Skip to content

Commit eb5e6a8

Browse files
committed
Update Kafka download version
Fixes #295
1 parent 94a3166 commit eb5e6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka_test_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
if [ -n "${KAFKA_VERSION+1}" ]; then
66
echo "KAFKA_VERSION is $KAFKA_VERSION"
77
else
8-
KAFKA_VERSION=0.10.2.1
8+
KAFKA_VERSION=2.0.1
99
fi
1010

1111
export _JAVA_OPTIONS="-Djava.net.preferIPv4Stack=true"

0 commit comments

Comments
 (0)