v8.0.0
What's Changed
Upgrade to Confluent Platform 8.0.0 & Kafka 4.0.0.
As a consequences, this includes:
- dropping support for Scala 2.12
- dropping support for Java <17 (already the case since v7.9.1)
- as with embedded-kafka, the
zookeeperPortconfiguration is removed and replaced bycontrollerPortfor the Kafka controller (KRaft mode)
Note that the default port for the schema registry has changed from 6002 to 6003. Port 6002 being the default port of the Kafka Controller in embedded-kafka.
Others:
- Upgrade SLF4J to 2.x
Full Changelog: v7.9.2...v8.0.0