RE: Kafka on AWS - issue publishing from remote producer

2015-09-29 Thread Shrikant Patel
issue publishing from remote producer 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- <https://discuss.elastic.co/t/logstash-kafka-output-plugins-not-wo

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

Re: Remote Producer

2013-03-01 Thread Jun Rao
Could you verify if you can telnet to ZK and Kafka port from the remote node? Thanks, Jun On Fri, Mar 1, 2013 at 9:14 AM, Kevin Dorfer wrote: > Hi, > I'm having a lot of issues trying to connect to zookeeper from a producer > I implemented. > the producer is based on my locale machine and the

Remote Producer

2013-03-01 Thread Kevin Dorfer
Hi, I'm having a lot of issues trying to connect to zookeeper from a producer I implemented. the producer is based on my locale machine and the broker+zookeeper are located on a remote server. When I use the console directly on the remote server, everything is fine, producer and consumer work