If you want to use the same zookeeper cluster for both Storm and kafka, you can use different namespaces in the zk.connect url.
Thanks, Neha On Tue, Sep 18, 2012 at 6:47 AM, Evan chan <e...@ooyala.com> wrote: > Yes Hussein, you can definitely point Kafka at the same instance as Storm > using ZK.connect > > -Evan > Carry your candle, run to the darkness > Seek out the helpless, deceived and poor > Hold out your candle for all to see it > Take your candle, and go light your world > > > > On Sep 18, 2012, at 3:52 AM, Hussein Baghdadi <hubaghd...@hotmail.com> wrote: > >> >> Hi, >> I'm using Storm (https://github.com/nathanmarz/storm) that is already >> requires zookeeper instance to be running.Kafka also needs an instance of >> zookeeper. >> Is it possible to configure Kafka to make use of the zookeeper needed by >> Storm?No need to run two zookeepers, I think. >> Thanks.