Re: Cannot run producer from local windows

2013-10-04 Thread Aniket Bhatnagar
Did you set host.name property as described @ https://cwiki.apache.org/confluence/display/KAFKA/FAQ#FAQ-OnEC2%2Cwhycan%27tmyhighlevelconsumersconnecttothebrokers%3F ? When accessing brokers from outside AWS, host.name should be set to public domain/IP. This also means that all brokers would need

Cannot run producer from local windows

2013-10-03 Thread Yi Jiang
Hi, everyone I am currently installed Kafka cluster in EC2, I am sure all ports have been opened, but I want to kick some data into kafka in cloud, and i even cannot run the producer from my local. It always throw the exception with "failed after 3 retries". But there is no any problem when I ru