Re: kafka connection with zookeeper

2015-12-12 Thread Ben Stopford
Hi Sadanand Kafka secures it’s connection with Zookeeper via SASL and it’s a little different to the way brokers secure connections between themselves and with clients. There’s more info here: http://docs.confluent.io/2.0.0/kafka/zookeeper-authentication.html

Kafka Producer 0.9 performance issue with small messages

2015-12-12 Thread Gary Gershon
I’m moving this issue from Stack Overflow to the Apache Kafka Users List http://stackoverflow.com/questions/34213272/kafka-producer-0-9-performance-issue-with-small-messages There was some dis

Re: Kafka Producer 0.9 performance issue with small messages

2015-12-12 Thread Guozhang Wang
Gary, So you observed records-per-request-avg = 1.0 still with linger.ms = 100 or 1000? It seems you are not use Kafka's ProducerPerformance but are using your own ExploreProducer implementation, could you elaborate a bit about how messages are piped to this client? Guozhang On Sat, Dec 12, 20