Re: Kakfa producer config using ZooKeeper

2014-01-26 Thread Jun Rao
In 0.8, producers have no dependency on ZK. Instead, producer issue metadata requests to the broker to discover topics, broker host and port. Thanks, Jun On Sun, Jan 26, 2014 at 6:51 AM, sina ostadhashem wrote: > Hi, > I'm new in Kafka, > I want to use Producer api, and in config I want to con

Kakfa producer config using ZooKeeper

2014-01-26 Thread sina ostadhashem
Hi, I'm new in Kafka, I want to use Producer api, and in config I want to connect to zookeeper, but as I see in the documentation and API , it was available before, and right now, we should configure a list of host:port in "metadata.broker.list". Is it possible to use zookeeper connection instead o