Closed gelihu closed 4 years ago
Setup Two brokers behind a load balancer(which will route traffic based on availability, load, etc).
Kafka + protocol take care of availability / load balancing for you already - you shouldn't try to use a load balancer for this purpose. The .net client expects to maintain connections directly to brokers as it requires. I'm aware of some people using a level of indirection on the bootstrap servers to allow them to switch out broker addresses (if all other connections fail, the bootstrap server addresses will be used to find the cluster again), but I haven't done this personally, and I believe there is some devil in the detail here.
Description
I am trying following:
Did I configure something wrong, please advice?
I did get on zkCli for
/brokers/topics/topic-name
, it gave following:How to reproduce
Not an issue.
Checklist
Please provide the following information: