Skip to content

Commit a60d627

Browse files
committed
change to new mirror
1 parent e29c10b commit a60d627

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
@@ -17,7 +17,7 @@ mkdir build
1717
echo "Setup Kafka version $KAFKA_VERSION"
1818
if [ ! -e "kafka_2.13-$KAFKA_VERSION.tgz" ]; then
1919
echo "Kafka not present locally, downloading"
20-
curl -s -o "kafka_2.13-$KAFKA_VERSION.tgz" "https://archive.apache.org/dist/kafka/$KAFKA_VERSION/kafka_2.13-$KAFKA_VERSION.tgz"
20+
curl -s -o "kafka_2.13-$KAFKA_VERSION.tgz" "https://dlcdn.apache.org/kafka/$KAFKA_VERSION/kafka_2.13-$KAFKA_VERSION.tgz"
2121
fi
2222
cp kafka_2.13-$KAFKA_VERSION.tgz build/kafka.tgz
2323
mkdir build/kafka && tar xzf build/kafka.tgz -C build/kafka --strip-components 1

0 commit comments

Comments
 (0)