embeddedkafka / embedded-kafka

A library that provides an in-memory Kafka instance to run your tests against.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for kraft mode

ijuma opened this issue · comments

kraft mode is considered production ready since Apache Kafka 3.3 and it will be the only supported mode in Apache Kafka 4.0.

It's a nice win to avoid the need for a second system (ZK) in tests.