kafka-offset-mgr icon indicating copy to clipboard operation
kafka-offset-mgr copied to clipboard

Tool not working as expected

Open ofirsharony opened this issue 8 years ago • 3 comments

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?

ofirsharony avatar May 09 '17 09:05 ofirsharony

Seeing the same behaviour as @ofirsharony

jonasmellquist avatar Jun 12 '17 08:06 jonasmellquist

same here

talbenshabtay avatar Aug 14 '17 17:08 talbenshabtay

same behaviour observed

aman1064 avatar Dec 04 '17 07:12 aman1064