It was not obvious to me how to get kafka going.
That's the bare minimum to start playing around.
pkg install kafka zookeeper
service zookeeper onestart
service kafka onestartThat's the bare minimum to start playing around.
alias kafka-console-producer /usr/local/share/java/kafka/bin/kafka-console-producer.sh --bootstrap-server localhost:9092
alias kafka-console-consumer /usr/local/share/java/kafka/bin/kafka-console-consumer.sh --bootstrap-server localhost:9092
alias kafka-topics /usr/local/share/java/kafka/bin/kafka-topics.sh --bootstrap-server localhost:9092