Kafka 0.8 producer: Failed to send messages after 3 tries

2013-06-17 Thread Markus Roder
ation, I'll be happy to provide you with all the information you need. btw. @ developers: thanks for your good job. regards Markus -- Markus Roder Mail: roder.marku...@gmail.com Profil: http://gplus.to/markusroder

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

2013-06-18 Thread Markus Roder
regards Markus 2013/6/18 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 M

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 > r

0.8 beta already deploy in production environment

2013-06-18 Thread Markus Roder
Hi kafka-users and developers, we are currently considering using kafka 0.8 in production environment. Is this a no-go in the current state of development or do you think we can give it the risk already? How do you think is the near future timeline of kafka 0.8? When do you expect it gets stable?

Re: 0.8 beta already deploy in production environment

2013-06-19 Thread Markus Roder
Thanks Jun, this helped me a lot. -- Markus Roder Am 19.06.2013 um 17:21 schrieb Jun Rao : > We just completed the deployment of Kafka 0.8 (latest code in 0.8 branch) > to production at LinkedIn yesterday. No major issues were found. Be aware > that since this is new system, it do

Re: hostname

2013-06-20 Thread Markus Roder
I think, if kafka can not identify hostname by its own, try to set the hostname in the server.properties. Would this work for you? -- Markus Roder Am 20.06.2013 um 17:56 schrieb "Yu, Libo " : > Hi, > > I set up kafka on a linux vm player. There is no hostname with it. &g

Support for operational training / knowledge transfer

2013-06-21 Thread Markus Roder
Hi kafka community and developers, in our current state of development of a new internal software we at a state, where we could roll out a first alpha-version of our product. Our production team has doubts in productional deployment and maintenance of the kafka instances. Therefore they requested

Re: kafka.common.FailedToSendMessageException: Failed to send messages after 3 tries.

2013-06-24 Thread Markus Roder
We had this issue as well but never the less the message was enqueued four times into the cluster. It would be great to get any hint on this issue. regards -- Markus Roder Am 25.06.2013 um 07:18 schrieb Yogesh Sangvikar : > Hi Jun, > > The stack trace we found is as follow, >

Re: site updates

2013-07-03 Thread Markus Roder
Hi together, I have recognized following issue: https://kafka.apache.org/introduction.html in the "Getting started"-section the link to the design-page is broken. currently the link point to https://kafka.apache.org/08/design.html but should be https://kafka.apache.org/design.html regards 2013

Partition election on consumer

2013-10-08 Thread Markus Roder
commit the offsets and data before reconnecting to new partitions? Thanks in advance Markus -- Markus Roder Distelweg 4 97318 Kitzingen Mail: roder.marku...@gmail.com Profil: http://gplus.to/markusroder

Re: Partition election on consumer

2013-10-08 Thread Markus Roder
t your own > rebalancing strategy. Another hacky approach is to register zookeeper > watches on the /consumers//owners path that indicates the partition > ownership change. > > Thanks, > Neha > On Oct 8, 2013 2:12 AM, "Markus Roder" wrote: > > > Hi, > > >

Re: Partition election on consumer

2013-10-11 Thread Markus Roder
Thanks Neha, really appreciate your assistance 2013/10/9 Neha Narkhede > Kafka's consumer rebalancing strategy is explained in detail here - > http://kafka.apache.org/documentation.html#distributionimpl > Hope that helps! > > -Neha > > > On Tue, Oct 8, 2013 at 1