Commit consumed offsets to input-stream.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://loading/stream-api/input-stream/offsets" \ -H "Content-Type: application/json" \ -d '{ "data": { "type": "consumer-offsets", "attributes": { "offsets": [ { "partition": 0, "offset": 5 }, { "partition": 1, "offset": 5 } ] } } }'Empty
Empty
{
"message": "Stream API commit offsets failed: "
}How is this guide?