简体   繁体   中英

Kafka and OpenJDK

I have installed Apache Kafka with Java 8 and Oracle JDK. However my company is thinking to move to OpenJDK

Is there any issues or considerations to implement and use Kafka with OpenJDK?

Is there some documentation about this relationship (apache kafka<->OpenJDK).

Oracle JDK is recommended, but Zulu or OpenJDK will work fine for most purposes. OS shouldn't be a factor because Java is cross platform.

In fact, the Ansible Playbooks provided by Confluent will install OpenJDK as a prerequisite for Zookeeper and Kafka.

You might even be able to use Java 9 or 10 with the latest release 2.0 of Kafka, though I'm not sure if the same can be said for Zookeeper

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM