From 706a53d19547ccbe28dd48fcc9fcc1109c1b051d Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Thu, 2 May 2019 12:46:44 +0530 Subject: [PATCH] Updated kafka version --- 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 48995ecba..8dcb8ab77 100755 --- a/scripts/install-local-kafka.sh +++ b/scripts/install-local-kafka.sh @@ -11,7 +11,7 @@ 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/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/2.1.1/kafka_2.11-2.1.1.tgz +MIRROR=http://apache.mirror.anlx.net/kafka/2.2.0/kafka_2.11-2.2.0.tgz # Only download the kafka if it isn't already downloaded. test -f .downloads/kafka.tgz || wget $MIRROR -O .downloads/kafka.tgz