Eventhubs kafka - cannot reset-offsets of the consumer group offset

Dai Quach 6 Reputation points
2022-10-21T21:03:43.227+00:00

Hello there,

I am using kafka-consumer-groups with Eventhubs Kafka to change offset of a consumer group but always get this error: "Cannot shift offset for partition topic-0 since there is no current committed offset"

../bin/kafka-consumer-groups --bootstrap-server <mykafkaevenhubs>.servicebus.windows.net:9093 --reset-offsets --shift-by -3 --group <kafkaconsole> --topic <topic> --execute

Is it possible to do it with Eventhubs kafka? I can do the same with Confluent cloud.

Thanks,
Dai

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
632 questions
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.