reswqa commented on code in PR #22603:
URL: https://github.com/apache/flink/pull/22603#discussion_r1197414843
##########
flink-end-to-end-tests/test-scripts/kafka-common.sh:
##########
@@ -37,7 +37,7 @@ MAX_RETRY_SECONDS=120
function setup_kafka_dist {
# download Kafka
mkdir -p $TEST_DATA_DIR
-
KAFKA_URL="https://archive.apache.org/dist/kafka/$KAFKA_VERSION/kafka_2.12-$KAFKA_VERSION.tgz"
+
KAFKA_URL="https://downloads.apache.org/kafka/$KAFKA_VERSION/kafka_2.12-$KAFKA_VERSION.tgz"
Review Comment:
Does this mean that when the Kafka version we are using is no longer
recommended, we must forcibly upgrade it. I'm not sure if we're currently
syncing updates.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]