Skip to content

Commit 1d612ed

Browse files
committed
change mirror to dlcdn.apache.org
1 parent f5848d0 commit 1d612ed

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

0 commit comments

Comments
 (0)