From bff549b94b6679caf21702c4d4ca48d18be96369 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Wed, 5 Dec 2018 17:18:22 +0000 Subject: [PATCH] Bump Kafka version Since this is a huge bump, it might completely blow up - I'll revert it if that's the case --- scripts/install-local-kafka.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-local-kafka.sh b/scripts/install-local-kafka.sh index d1fef38e1..19ce09117 100755 --- a/scripts/install-local-kafka.sh +++ b/scripts/install-local-kafka.sh @@ -9,9 +9,9 @@ cd `dirname $0`/.. mkdir -p .downloads # 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.11.0.2.tgz +# https://www.apache.org/dyn/closer.cgi?path=/kafka/2.1.0/kafka_2.11-2.1.0.tgz # TODO: Check the signature since we are downloading over HTTP. -MIRROR=http://apache.mirror.anlx.net/kafka/0.11.0.2/kafka_2.11-0.11.0.2.tgz +MIRROR=http://apache.mirror.anlx.net/kafka/2.1.0/kafka_2.11-2.1.0.tgz # Only download the kafka if it isn't already downloaded. test -f .downloads/kafka.tgz || wget $MIRROR -O .downloads/kafka.tgz