From 35576cb6127f7fb0fbe3c5d930b8f988c6655d62 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 20 Nov 2017 14:40:17 +0000 Subject: [PATCH] Update version of kafka --- scripts/install-local-kafka.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-local-kafka.sh b/scripts/install-local-kafka.sh index 869d28914..24ca8bbaa 100755 --- a/scripts/install-local-kafka.sh +++ b/scripts/install-local-kafka.sh @@ -7,7 +7,7 @@ set -eu # The mirror to download kafka from is picked from the list of mirrors at # https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz # TODO: Check the signature since we are downloading over HTTP. -MIRROR=http://apache.mirror.anlx.net/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz +MIRROR=http://apache.mirror.anlx.net/kafka/0.11.0.2/kafka_2.11-0.11.0.2.tgz # Only download the kafka if it isn't already downloaded. test -f kafka.tgz || wget $MIRROR -O kafka.tgz