Has someone deployed Kafka on their NixOS system? I could use some help doing it the "nix" way
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...
0
comments