Skip to content

v8.0.0

Choose a tag to compare

@gaeljw gaeljw released this 27 Jul 14:28
· 28 commits to master since this release

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 zookeeperPort configuration is removed and replaced by controllerPort for 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