Martijn Visser created FLINK-25504:
--------------------------------------
Summary: Update and synchronise used versions of Kafka Client and
Confluent Platform
Key: FLINK-25504
URL: https://issues.apache.org/jira/browse/FLINK-25504
Project: Flink
Issue Type: Technical Debt
Components: Connectors / Kafka
Affects Versions: 1.15.0
Reporter: Martijn Visser
Fix For: 1.15.0
The Flink codebases uses Kafka Client and Confluent Platform in multiple places:
* AVRO Confluent Schema Registry
* Flink end-to-end tests (Bash e2e tests)
* Flink end-to-end tests common (Java e2e tests)
* SQL AVRO Confluent Schema Registry
* Flink Test Utils
* Flink Tests
The used versions are currently not in sync, which could result in unexpected
results. For context, these are the currently used versions:
Kafka Client: 2.2.0, 2.2.2, 2.4.1, 2.6.0
Confluent Platform: 5.2.6, 5.5.2, 6.0.4, 6.2.1
Given
https://docs.confluent.io/platform/current/installation/versions-interoperability.html
it probably makes sense to update to Kafka Client 2.8.1 and Confluent Platform
6.2.2.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)