Re: Samza producer error

2015-05-28 Thread Davide Simoncelli
Thank you a lot for your help. Looking at Kafka logs the broker refused new connection because the limit was 10. Davide On 29 May 2015 1:07 am, "Guozhang Wang" wrote: > From the logs it seems your producer (not consumer) cannot successfully > connect to the brokers. I would suggest you trying th

Re: Samza producer error

2015-05-28 Thread Guozhang Wang
>From the logs it seems your producer (not consumer) cannot successfully connect to the brokers. I would suggest you trying the console-producer with some sample data and with the same bootstrap broker list and see if it works. On Wed, May 27, 2015 at 10:43 AM, Yan Fang wrote: > Hi Davide, > > T

Re: Samza producer error

2015-05-27 Thread Yan Fang
Hi Davide, This sometimes is due to Kafka broker. Are you able to send the message to the brokers from the command line? Thanks, Fang, Yan yanfang...@gmail.com On Tue, May 26, 2015 at 5:49 AM, Davide Simoncelli wrote: > Hello, > > I’m testing my Samza application on a 3 nodes clusters. When t