Re: How to set kafka path in zk

2013-12-10 Thread CuiLiang
Please try 10.237.0.1:2181,10.237.0.2:2181,10.237.0.3:2181/kafka. Thanks, Liang Cui 2013/12/6 Yonghui Zhao > Hi, > > If I don't want to register kafka in zk root and I want to make it under a > namespace, for example kafka1. > > If I set only one host in zk property something like > 10.237.0.1

Re: How to set kafka path in zk

2013-12-05 Thread Jun Rao
ZK namespace is at the every end, not per host. So use 10.237.0.1:2181,10.237.0.2:2181,10.237.0.3:2181/kafka 1 Thanks, Jun On Thu, Dec 5, 2013 at 8:20 AM, Yonghui Zhao wrote: > Hi, > > If I don't want to register kafka

How to set kafka path in zk

2013-12-05 Thread Yonghui Zhao
Hi, If I don't want to register kafka in zk root and I want to make it under a namespace, for example kafka1. If I set only one host in zk property something like 10.237.0.1:2181/kafka, it works. But if I set zk property to 3 zk hosts something like 10.237.0.1:2181/kafka,10.237.0.2:2181/kafka,1