diff --git a/scripts/install-local-kafka.sh b/scripts/install-local-kafka.sh index 19ce09117..48995ecba 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.0/kafka_2.11-2.1.0.tgz +MIRROR=http://apache.mirror.anlx.net/kafka/2.1.1/kafka_2.11-2.1.1.tgz # Only download the kafka if it isn't already downloaded. test -f .downloads/kafka.tgz || wget $MIRROR -O .downloads/kafka.tgz