Re: Public IPs for brokers

2020-01-15 Thread Himanshu Shukla
Thanks, Robin. Got the clarification. Thanks and Regards, Himanshu Shukla On Wed, Jan 15, 2020 at 3:40 PM Robin Moffatt wrote: > If you use a load balancer bear in mind the importance of the > advertised.listeners setting: > https://rmoff.net/2018/08/02/kafka-listeners-explained/ > > > -- >

Re: Public IPs for brokers

2020-01-15 Thread Robin Moffatt
If you use a load balancer bear in mind the importance of the advertised.listeners setting: https://rmoff.net/2018/08/02/kafka-listeners-explained/ -- Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff On Wed, 15 Jan 2020 at 08:15, Himanshu Shukla wrote: > is it recomme

Re: Public IPs for brokers

2020-01-15 Thread Himanshu Shukla
is it recommended to use ALB(running all 3 nodes on ec2 instances) or something similar? Thanks and Regards, Himanshu Shukla On Wed, Jan 15, 2020 at 12:52 PM Tom Bentley wrote: > Hi Himanshu, > > Short answer: yes. > > The way a Kafka client works is to connect to one of the given bootstrap

Re: Public IPs for brokers

2020-01-14 Thread Tom Bentley
Hi Himanshu, Short answer: yes. The way a Kafka client works is to connect to one of the given bootstrap brokers and ask it about the rest of the cluster. The client then connects to those brokers as necessary. So in general a client will need to connect to all brokers in the cluster and therefor

Public IPs for brokers

2020-01-14 Thread Himanshu Shukla
Hi all, do I have to necessarily have public IPs for all the brokers? Since we can give a few of the IPs in bootstrap.servers config.