pgaref commented on code in PR #22603:
URL: https://github.com/apache/flink/pull/22603#discussion_r1197420627


##########
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:
   I believe we are keeping up with Kafka upgrades anyway, as its a fundamental 
component. If we want to stick to older version in the future we can always 
switch back to the archive (hoping the slow-down is resolved, or bumping the 
timeout)



-- 
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]

Reply via email to