Hi,

# *Kafka Version*: 0.8.2.1

# *My consumer.propeties have the following properties*:
    exclude.internal.topics=false
    offsets.storage=kafka
    dual.commit.enabled=false

# With the above configuration the offsets should be stored in kafka
instead of zookeeper but I see that offsets are stored in
zookeeper(verified using "get path" command).

# I can see that "__consumer_offsets" topic is created but when I run
"bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic
__consumer_offsets --from-beginning" nothing is returned which means the
offsest data is not stored in the  "__consumer_offsets" topic

I want to store the offsets only in kafka. Could you please let me know if
I am missing anything?.

Thank you,
Siva.

Reply via email to