390 B
390 B
Offset Reset
Reset consumer offsets for reprocessing.
Reset to Beginning
POST /api/event-streams/subscriptions/{id}/consumers/{consumerId}/reset-offset
Body: { "newOffset": 0 }
Reset to Latest
POST /api/event-streams/subscriptions/{id}/consumers/{consumerId}/reset-offset
Body: { "newOffset": -1 }