Hi, I am running Kafka Single Node in two Ubuntu Desktop Computer in Docker in LAN, I want to make replica for both the node and whenever one machine fails then load should be transfer to another node. My question is:
- Is it possible to do?
- Can someone share me documentation to setup?
Also, in current deployment, I am not able to consume the message showing error that Group Coordinator reports different cluster ID. I am trying to consume by giving both the broker ID e.g. 192.168.1.100:9092,192.168.1.200:9092.