juspay / services-flake

NixOS-like services for Nix flakes
https://community.flake.parts/services-flake
MIT License
390 stars 31 forks source link

`apache-kafka`: Use `kraft` mode by default #395

Open shivaraj-bh opened 5 days ago

shivaraj-bh commented 5 days ago

This avoids the dependency on zookeeper, see https://developer.confluent.io/learn/kraft/.

Additionally, it would be nice to document how to override the settings to use zookeeper instead.

shivaraj-bh commented 5 days ago

Can take inspiration from https://github.com/juspay/services-flake/issues/394, once done.