yanghua commented on issue #6577: [FLINK-7964] Add Apache Kafka 1.0/1.1 connectors URL: https://github.com/apache/flink/pull/6577#issuecomment-417538633 @eliaslevy Things may not be as simple as we are not just using kafka's Public API, but also some non-public APIs and using different Kafka internal fields through reflection. These codes will change with different kafka clients. If we only maintain a connector, then this connector will be filled with the special case handling of the entire kafka client, and if/else statements are everywhere, it may be more difficult to maintain. Maybe you can look at these [links](https://github.com/apache/flink/pull/6577#issuecomment-414951008) inside.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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