Kafka setup the scalable way ...
Great link to setup kafka how it should be. Scalable and reliable. This link is really useful.
https://success.docker.com/article/getting-started-with-kafka
However images no longer exsit, and requires some tuning :-
sudo docker service create --network kafka-net --name broker --hostname="{{.Service.Name}}.{{.Task.Slot}}.{{.Task.ID}}" -e KAFKA_BROKER_ID={{.Task.Slot}} -e ZK_SERVERS=tasks.zookeeper qnib/plain-kafka:2019-01-28_2.1.0
Comments