Re: custom kafka reporters without JMX

2014-02-08 Thread Alex Gray
With the help of my colleague, we got a little further. I created a jar from the following source code (see below), but I get a NoClassDefFoundError when I try to start kafka. I somehow need to tell Kafka to use my custom reporter. In my server.properties, I'm trying to tell it to use my custom

Kafka : 0.8 beta --> 0.8 release upgrade

2014-02-08 Thread Banerjee, Aparup
I understand from other posts , that is can be an in-place upgrade. Is there some documentation describing the same? Thanks, Aparup

Re: python and kafka - how to use as a queue

2014-02-08 Thread David Arthur
jsh, Please open an issue at https://github.com/mumrah/kafka-python so other users/devs of this library have visibility Thanks! -David On 1/16/14 9:18 PM, Jagbir Hooda wrote: Hi Arthur, I'm running into a very similar issue even with the latest version ( kafka-python @ V. 0.8.1_1 used with

Re: C++ Producer => Broker => Java Consumer?

2014-02-08 Thread David Arthur
If you're working with more complex messages than strings, any of the dearth of cross-language serialization frameworks will work. On 1/31/14 5:51 PM, Otis Gospodnetic wrote: Beautiful then! I thought this cause problems with Java consumer not knowing how to deserialize, but sounds like I don