Does Flink support Kafka 0.10.1.0?
I saw there is a flink-connector-kafka-0.10
but i am not able to see it in flink latest version.
currently I am using
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-0.9_2.10</artifactId>
<version>1.1.2</version>
</dependency>
The next minor version of Flink, Flink 1.2.0, will include a connector for Kafka 0.10.x (see JIRA issue).
The feature freeze for 1.2.0 happened a few days ago. Flink 1.2.0 will be released after testing and community vote, hopefully in January 2017.