v1

OpenAPI 3.1.0Proprietary2026-07-13197242444.9 KB
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/consumer-groups/{group_id}/reset-offsets

Path parameters

group_idstring required

Request body

topicsstring[] required

Topics to reset offsets for

strategy'earliest' | 'latest' | 'timestamp' | 'offset' required

Offset reset strategy

timestampinteger nullable

Unix timestamp in ms (for 'timestamp' strategy)

offsetinteger nullable

Specific offset value (for 'offset' strategy)

Response

Successful Response

{"stackTrail":"paths:/consumer-groups/{group_id}/reset-offsets:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}