tillrohrmann commented on a change in pull request #10762: [FLINK-15115][kafka] Drop Kafka 0.8/0.9 URL: https://github.com/apache/flink/pull/10762#discussion_r365322000
########## File path: tools/travis/stage.sh ########## @@ -128,11 +128,6 @@ flink-connectors/flink-sql-connector-kafka," MODULES_TESTS="\ flink-tests" -# we can only build the Kafka 0.8 connector when building for Scala 2.11 -if [[ $PROFILE == *"scala-2.11"* ]]; then - MODULES_CONNECTORS="$MODULES_CONNECTORS,flink-connectors/flink-connector-kafka-0.8" -fi - Review comment: `flink-runtime/pom.xml` contains reference to Kafka 0.8 in line 562. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services