Re: Unable to connect to AWS Kafka cluster remotely

2015-12-08 Thread Henrik Martin
I am using the external AWS host name for the advertised.host property. See below. Thanks, /Henrik On 12/8/15 12:54 PM, Gwen Shapira wrote: Sounds like you need to use advertised.host configuration with the external name / ip. This means that the broker will send producers / consumers / zook

Re: Unable to connect to AWS Kafka cluster remotely

2015-12-08 Thread Gwen Shapira
Sounds like you need to use advertised.host configuration with the external name / ip. This means that the broker will send producers / consumers / zookeeper their external address and they will be able to connect. Gwen On Tue, Dec 8, 2015 at 11:17 AM, Henrik Martin wrote: > Greetings. Apologi