watch the zookeeper node ,when it exists, zk will callback you code, then
try to reconnect the kafka.
Thanks
On Thu, Apr 19, 2012 at 4:43 PM, Pierre-Yves Ritschard wrote:
> Hi,
>
> Whenever there is a connectivity glitch between producers and brokers
> the producers wait for the brokers to be av
use sbt compile the kafka to a jar. and use it ,make your app as a
broker/producer
On Sun, May 6, 2012 at 2:34 PM, Erwin Karbasi wrote:
> Hello Evan,
>
> I'd appreciate if you could elaborate how did you embed Kafka in an app?
>
> Thanks,
> Erwin
>
> On Sat, May 5, 2012 at 6:36 PM, Evan chan wr
run the command below
./sbt
update
package
and then you will get a kafka.jar
On Fri, May 25, 2012 at 1:34 PM, Sam William wrote:
> Hi,
> Im writing a framework involving kafka consumers in scala and Im using
> sbt as the build tool. Where do I get kafka-0.7.jar from ? Is it
> available in
markmail.org/thread/c7tdalfketpusqkg
>
> Thanks,
>
> Jun
>
> On Sun, Oct 28, 2012 at 9:25 PM, Bo Sun wrote:
>
> > hi all
> >
> > i have a issue like that
> >
> > first we have two brokers as the id 0 and 1. and then create the new
> > topic .
ome data to the new broker directly).
>
> Thanks,
>
> Jun
>
> On Tue, Oct 30, 2012 at 1:21 AM, Bo Sun wrote:
>
> > Thanks Jun.
> > but the bug haven't been resolved. If i add the /brokers/topics/test/217
> > zk node (217 is the new broker). it's ok? p