Skip to content

Commit 2c73ee2

Browse files
committed
Update Kafka download version
1 parent 0bc0210 commit 2c73ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kafka_test_setup.sh

+1-1
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=1.1.1
99
fi
1010

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

0 commit comments

Comments
 (0)