From 70b03bcf830972050276a7ed80e1205053534c7b Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Mon, 10 Jun 2019 15:35:43 +0000 Subject: Download kafka from archive.apache.org It seems that versions are deleted from www.apache.org pretty quickly. They stick around longer on archive.apache.org so we won't have to be constantly chasing the latest version in our functional tests. Change-Id: I047edac67699dd598f8dfd0f859b3772f6068bd3 --- doc/source/admin/kafka.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/admin/kafka.rst b/doc/source/admin/kafka.rst index 3c0505c..3e3de01 100644 --- a/doc/source/admin/kafka.rst +++ b/doc/source/admin/kafka.rst @@ -220,7 +220,7 @@ the configuration :: KAFKA_VERSION=2.0.0 - KAFKA_BASEURL=http://www.apache.org/dist/kafka + KAFKA_BASEURL=http://archive.apache.org/dist/kafka SCALA_VERSION=2.12 SCALA_BASEURL=http://www.scala-lang.org/riles/archive -- cgit v1.2.1