Skip Navigation

Has someone deployed Kafka on their NixOS system? I could use some help doing it the "nix" way

discourse.nixos.org How to setup Kafka Server on Nixos

I found some settings on NixOS Search I’ve added these to my configuration.nix: environment.systemPackages = with pkgs; [ apacheKafka ]; services.apache-kafka = { enable = true; settings = { "broker.id" = 0; "log.dirs" = [ "/tmp/kafka_logs" ]; listeners = ["PLAI...

How to setup Kafka Server on Nixos
0
0 comments