Reset Consumer Group Offsets
Consumer Groups
Reset Consumer Group Offsets
Reset offsets for selected topics in a consumer group.
Supports multiselect topics and multiple reset strategies:
- earliest: Reset to beginning of topic
- latest: Reset to end of topic (skip all messages)
- timestamp: Reset to specific timestamp
- offset: Reset to specific offset value
POST
Reset Consumer Group Offsets
Documentation Index
Fetch the complete documentation index at: https://docs.streamkap.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request body for resetting consumer group offsets.
Response
Successful Response