RE: Loading kafka server within a Java process

2013-02-15 Thread Jamie Wang
I am able to start kafka broker within the main Java thread. But when I tried to start the broker within a Java thread, the broker just terminates. I tried join() on the thread and has no effect. Any ideas? Thanks. Jamie -Original Message- From: Eric Tschetter [mailto:ched...@metamarke

Re: Consumer re-design and Python

2013-02-15 Thread Marc Labbe
Thanks for the info David. That was my understanding was well for what you pointed. Even though I didn't mention it, I has also seen your kafka-python but I felt it was a little too low level for my needs. Do you have a branch for 0.8 support on github (didn't see any)? cheers, marc On Mon, F

Re: Authentication for simple consumers

2013-02-15 Thread Jun Rao
Currently, no. Thanks, Jun On Thu, Feb 14, 2013 at 9:56 PM, Pratyush Chandra < chandra.praty...@gmail.com> wrote: > Hi, > > I am using version 0.7.2. Is there a authentication mechanism for > simpleconsumer's to connect to broker ? > > Thanks > Pratyush Chandra >