I am looking at Apache Kafka v2.0.0 and I can\'t figure out what version of java it supports (OpenJDK or Oracle JDK\'s new lifecycle)? So far I have seen conflicting documentati
Apache Kafka 2.1.0 and newer support Java 11:
https://issues.apache.org/jira/browse/KAFKA-7264
There was an outdated documentation page that has been fixed (the website will be updated soon):
https://github.com/apache/kafka/pull/9080