Cursorcommitresponseitem
Response of committing a single cursor
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'
Cursorcommitresponseitem
{
"cursor": {
"cursor_token": "string",
"event_type": "string",
"offset": "string",
"partition": "string"
},
"result": "string"
}