Skip to main content

Cursorcommitresponse

Cursor commit response

items object[]

List of committed or outdated cursors

  • Array [
  • cursor object

    Represents a streaming events subscription cursor

    cursor_tokenstring

    The cursor token generated by Mambu

    Possible values: <= 255 characters

    event_typestring

    Specifies the event-type of the cursor

    Possible values: <= 255 characters

    offsetstringrequired

    The offset of this batch.

    partitionstringrequired

    The partition this batch belongs to.

    resultstring

    The result of the commit operation: 'committed' or 'outdated'

  • ]
  • Cursorcommitresponse
    {
    "items": [
    {
    "cursor": {
    "cursor_token": "string",
    "event_type": "string",
    "offset": "string",
    "partition": "string"
    },
    "result": "string"
    }
    ]
    }