kafka-offset-mgr
kafka-offset-mgr copied to clipboard
Tool not working as expected
Hi @serejja,
I'm trying to use the utility (in kafka 0.10.2), exactly how you instructed, in order to set a new offset as follows:
kafka-offset-mgr set -b localhost:9092 -g my_consumer_group -t my_topic -p 0 -o 123456
Although I can no error message, the only line printed in stdout is:
[INFO] Refreshing metadata for topics []
Afterwards, running:
bin/kafka-consumer-groups --bootstrap-server localhost:9092 --describe --group my_consumer_group
Shows nothing was changed in current offset. Any ideas?
Seeing the same behaviour as @ofirsharony
same here
same behaviour observed