Skip to main content
POST
Reset Consumer Group Offsets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
string
required

Body

application/json

Request body for resetting consumer group offsets.

topics
string[]
required

Topics to reset offsets for

strategy
enum<string>
required

Offset reset strategy

Available options:
earliest,
latest,
timestamp,
offset
timestamp
integer | null

Unix timestamp in ms (for 'timestamp' strategy)

offset
integer | null

Specific offset value (for 'offset' strategy)

Response

Successful Response