AHeise commented on PR #111:
URL: 
https://github.com/apache/flink-connector-kafka/pull/111#issuecomment-2306726495

   > hope the community can support Flink version 1.16 due to the issue 
[FLINK-28303](https://issues.apache.org/jira/browse/FLINK-28303).
   
   I don't think this is related to the discussion. According to the ticket, 
the bug has been solved in kafka-3.0.1. I'm guessing you running into the issue 
that I sketched above that we only released 
https://mvnrepository.com/artifact/org.apache.flink/flink-connector-kafka/3.0.1-1.17
 and you'd like to bundle that with flink 1.16. As mentioned above, you can try 
to override the flink version to 1.16 (forced downgrade) and check it out. If 
there are no Flink 1.17 specific APIs being used, it should just work.
   
   Note that I'd like to move away from releases targeting specific Flink 
versions. It's bugged anyways currently as 
https://mvnrepository.com/artifact/org.apache.flink/flink-connector-kafka/3.0.1-1.18
 is also linking to 1.17 by default. We just need a matrix saying
    
     | Flink 1.17 | Flink 1.18 | Flink 1.19 | Flink 1.20
   -- | -- | -- | -- | --
   Kafka 3.0.1 | x | x | x (untested) | x (untested)
   Kafka 3.1.1 | x | x | x | x (untested)
   Kafka 3.2.0 |   | x | x | x
   
   But I'd like to defer the discussion somewhere else and keep on focusing on 
making compilation possible on Flink 1.20 with 1.20 API but still also be able 
to run it on Flink 1.18.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to