Re: zookeeper usage in kafka offset commit / fetch requests

2015-03-30 Thread svante karlsson
Just to close this, I found out that the broker handles the request different depending on whether you specify api version 0 or 1. If using V1 the broker commits the offsets to internal topic. /svante

zookeeper usage in kafka offset commit / fetch requests

2015-03-23 Thread svante karlsson
I'm using kafka 0.8.2.0 I'm working on a C++ client library and I'm adding consumer offset management to the client. (https://github.com/bitbouncer/csi-kafka) I know that the creation of zookeeper "paths" is not handled by kafkabroker so I've manually created /consumers/consumer_offset_sample/of