Re: Kafka 0.8 producer: Failed to send messages after 3 tries

2013-06-18 Thread Markus Roder
Hi Jun, thanks for your hint, with the newest 0.8beta1 code it is now working. regards Markus 2013/6/18 Markus Roder > Ok, then it seems as I do not have the latest API, as if I'm using > "metadata.broker.list" I got the error " requirement failed: Missing > required property 'broker.list' " >

Re: Kafka 0.8 producer: Failed to send messages after 3 tries

2013-06-18 Thread Markus Roder
Ok, then it seems as I do not have the latest API, as if I'm using "metadata.broker.list" I got the error " requirement failed: Missing required property 'broker.list' " Let me check if I can figure out on my side, what is going wrong. Thanks for your hint. regards Markus 2013/6/18 Jun Rao > A

Re: Kafka 0.8 producer: Failed to send messages after 3 tries

2013-06-17 Thread Jun Rao
Are you using the latest 0.8 code? If so, broker.list is now changed to metadata.broker.list (see https://cwiki.apache.org/confluence/display/KAFKA/0.8.0+Producer+Examplefor an example). Thanks, Jun On Mon, Jun 17, 2013 at 7:36 AM, Markus Roder wrote: > Hi together, > > I'm collecting currentl