You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/01 13:16:01 UTC

[GitHub] pnowojski commented on issue #6703: [FLINK-9697] Provide connector for Kafka 2.0.0

pnowojski commented on issue #6703: [FLINK-9697] Provide connector for Kafka 2.0.0
URL: https://github.com/apache/flink/pull/6703#issuecomment-425903372
 
 
   @yanghua I would assume that deadlocking/becoming unresponsive just proves that our `at-least-once` test is broken and should be replaced. Feel free to disable it for your `2.0.0` version.
   
   Keep in mind that the idea is to use our 2.0 connector, to talk to all Kafka versions from 0.11+. That requires some additional testing and refactoring of our existing testing code base. So far we were testing `flink-connector-kafka-0.11` against only a single kafka version (`0.11`). Now, we might need to test our `flink-connector-kafka-2.0` against Kafka `0.11`, `1.0`, `1.1` and `2.0`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services