Productsup

Read last committed input-stream offsets.

GET
/stream-api/input-stream/offsets

Response Body

application/json

application/json

curl -X GET "https://loading/stream-api/input-stream/offsets"
{
  "data": {
    "type": "consumer-offsets",
    "attributes": {
      "offsets": [
        {
          "partition": 0,
          "offset": 5
        },
        {
          "partition": 1,
          "offset": 5
        }
      ]
    }
  }
}
Empty
{
  "message": "Stream API commit offsets failed: "
}