Skip to content

Commit

Permalink
Update Kafka download version
Browse files Browse the repository at this point in the history
Fixes #209
  • Loading branch information
robbavey committed Nov 21, 2018
1 parent 81f08cf commit a5642f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka_test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
if [ -n "${KAFKA_VERSION+1}" ]; then
echo "KAFKA_VERSION is $KAFKA_VERSION"
else
KAFKA_VERSION=0.10.2.1
KAFKA_VERSION=1.1.1
fi

echo "Downloading Kafka version $KAFKA_VERSION"
Expand Down

0 comments on commit a5642f3

Please sign in to comment.