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_r365322652
########## File path: flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/table/descriptors/KafkaValidator.java ########## @@ -38,7 +38,6 @@ public class KafkaValidator extends ConnectorDescriptorValidator { public static final String CONNECTOR_TYPE_VALUE_KAFKA = "kafka"; - public static final String CONNECTOR_VERSION_VALUE_08 = "0.8"; Review comment: `ConnectorDescriptorValidator.java` contains a reference to Kafka 0.8 in line 47. ---------------------------------------------------------------- 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