Re: Advertised.listeners to be used behind VIP Load Balancer

2021-07-04 Thread Shilin Wu
Kafka clients need to be able to differentiate the different brokers, and have explicit control which broker to connect to. Why? Each partition resides in a specific broker, and the client needs to connect to the partition leader to perform read & writes, if they are all under the same virtual ip,

Re: Advertised.listeners to be used behind VIP Load Balancer

2021-07-04 Thread sunil chaudhari
Honestly I didnt get this question. Please elaborate. On Sun, 4 Jul 2021 at 5:34 PM, M. Manna wrote: > Hello, > > Is it currently possible to use a single endpoint for advertised.listeners, > which is in front of all my brokers? the flow for example > > broker1-->| V > broker2--

Advertised.listeners to be used behind VIP Load Balancer

2021-07-04 Thread M. Manna
Hello, Is it currently possible to use a single endpoint for advertised.listeners, which is in front of all my brokers? the flow for example broker1-->| V broker2-->| I broker3-->| P I was under the impression that I can reach any broker I wanted (assuming that broker is