Re: Best practices for producer

2015-11-06 Thread Li Tao
For producer, there is no need to know zookeeper servers to produce messages. For consumer, it was necessary to connect zookeeper to consume messages, because previously the offsets value were stored by zookeeper, consumer need to know the offsets value to read message from kafka brokers. Newest v

Best practices for producer

2015-10-30 Thread Gmail - Jai
Hello, I am working/learning on kafka for producing messages and had a little doubt about kafka producer configuration. Currently I am using kafka 0.8.0 version and using zk.connect property which is not specified in documentation for .8 version but still works on this version. There is a prope