Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Is there a tool to manage offsets for a consumer client?

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar
Super Guru

@Connor O'Neal

As I am looking at the tags associated with your question and the "consumer client" in your question, you are asking about a tool available to manage the offsets for a consumer client that is committing offsets to Kafka. Bad news! There is currently no tool available to manage the offsets for a consumer client that is committing offsets to Kafka. This function is only available for consumers that are committing offsets to Zookeeper. In order to manage offsets for a group that is committing to Kafka, you must use the APIs available in the client to commit offsets for the group.

+++

Please don't forget to vote and accept the best answer.

View solution in original post

3 REPLIES 3

avatar
Expert Contributor
@Connor O'Neal

Question is not very clear but it seems you want to manage kafka offset from a consumer. You can manually manage the offset in your code using a low level consumer client.

avatar
Super Guru

@Connor O'Neal

As I am looking at the tags associated with your question and the "consumer client" in your question, you are asking about a tool available to manage the offsets for a consumer client that is committing offsets to Kafka. Bad news! There is currently no tool available to manage the offsets for a consumer client that is committing offsets to Kafka. This function is only available for consumers that are committing offsets to Zookeeper. In order to manage offsets for a group that is committing to Kafka, you must use the APIs available in the client to commit offsets for the group.

+++

Please don't forget to vote and accept the best answer.

avatar
New Member

It may be an old thread. But I added a tool for the same which may be useful here

Check: https://github.com/nipuntalukdar/kafka_consumer_tool