Reputation: 111
I am planning to use kafka for stream and messaging purpose. Our infrastructure is moving to java 11. So wanted to know does kafka support java 10 or java 11 ?.
Thanks
Upvotes: 9
Views: 12401
Reputation: 15222
Dec 2021
Here is page in documentation about Java support for latest release 3.0 at the time of writing this:
https://kafka.apache.org/30/documentation.html#java
In similar way you can find Java related page for any other release in the future - just change /30 to whatever version you want.
Upvotes: 0
Reputation: 876
According to Kafka documentation, version 2.1.0, released on 2018-11-20, supports Java 11.
Upvotes: 5
Reputation: 16854
From the Kafka tickets themselves:
Upvotes: 13
Reputation: 366
The issues mentioned in KAFKA-7264 have been resolved as of 11/Oct/18. And it worked fine when I tried it in a VM with Ubuntu 18.04, OpenJDK 11 and Kafka 2.0.0.
Upvotes: 5