SDF Chatter
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
yboutros@infosec.pub to NixOS@infosec.pubEnglish ·
edit-2
1 year ago

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

discourse.nixos.org

external-link
message-square
0
fedilink
4
external-link

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

discourse.nixos.org

yboutros@infosec.pub to NixOS@infosec.pubEnglish ·
edit-2
1 year ago
message-square
0
fedilink
How to setup Kafka Server on Nixos
discourse.nixos.org
external-link
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 = ["PLAINTEXT://:9092"]; }; }; Installing “apacheKafka” updates my system with kafka-server-start.sh, and if I imperatively execute kafka-server-start.sh server.properties then I can create topics an...
alert-triangle
You must log in or register to comment.

NixOS@infosec.pub

nixos@infosec.pub

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !nixos@infosec.pub

NixOS is a Linux distribution built on top of the Nix package manager. Its declarative configuration allows reliable system upgrades via several official channels of stability and size.

This community discusses NixOS, Nix, and everything related.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1 user / day
  • 1 user / week
  • 1 user / month
  • 34 users / 6 months
  • 14 local subscribers
  • 1.12K subscribers
  • 80 Posts
  • 159 Comments
  • Modlog
  • mods:
  • PortugalSpaceMoon@infosec.pub
  • BE: 0.19.8
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org