Re: zookeeper usage in kafka offset commit / fetch requests
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
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