Apache Kafka Java Client Compatibility with Java 17

104 Views Asked by At

I am using AWS MSK cluster with Kafka version 2.6.2 and my kafka client version is 2.7.0. Both are currently working fine. Now i need to upgrade my applications to Java 17. Do i need to upgrade my java kafka client version to be compatible with Java 17 or can i use the same Java client version with Java 17? I have seen here https://kafka.apache.org/downloads 3.1.0 is the Kafka version that supports Java 17 but i cannot upgrade the Kafka Version in MSK at the moment. My only need is to upgrade the application only to Java 17 with minimal code changes. kafka-streams and kafka-clients are used in my application

0

There are 0 best solutions below