Failed to produce message from the second producer

2013-11-11 Thread ji yan
Hi Kafka Users I have a test setup at home with one machine hosting a zookeeper server and a broker server, while the second machine hosting a broker server. On the first machine, producing and consuming messages are ok. But on the second one, producing message throws this error in the log. The

Re: Failed to produce message from the second producer

2013-11-11 Thread ji yan
wrote: > Are those ERROR transient? If so, this is normal when the topic didn't > exist and was auto created. > > Thanks, > > Jun > > > On Mon, Nov 11, 2013 at 12:12 AM, ji yan wrote: > > > Hi Kafka Users > > > > I have a test setup at home wi