RE: Kafka on AWS - issue publishing from remote producer

2015-09-29 Thread Shrikant Patel
Joe, Thanks for your help. Updating the server properties with ec2 instance's hostname fixed it. -Shri -Original Message- From: Joe Lawson [mailto:jlaw...@opensourceconnections.com] Sent: Saturday, September 26, 2015 9:25 AM To: users@kafka.apache.org Subject: Re: Kafka on AWS -

Re: Kafka on AWS - issue publishing from remote producer

2015-09-26 Thread Joe Lawson
Make sure you have host.name in you server properties setup right. I usually give it the ec2 DNS name. Another case where that helped: https://discuss.elastic.co/t/logstash-kafka-output- plugins

Kafka on AWS - issue publishing from remote producer

2015-09-25 Thread Shrikant Patel
I have Kafka 2.10-0.8.2.1 and zookeeper installed on the AWS EC2. The instance is working fine. [kafka@ip-xx-xx-xx-xx bin]$ ./kafka-topics.sh --topic topic1 --zookeeper localhost:2181 --describe Topic:topic1PartitionCount:1ReplicationFactor:1 Configs: Topic: topic1 Part