Msgs
Stream Cancel Lease
Cancels a current stream lease.
Used when a consumer cannot process a batch and wants to release it immediately rather than wait for lease expiration.
post/api/v1.msgs.stream.cancel-lease
Request body
Example request
{
"namespace": "some_namespace",
"topic": "some_topic_name~0",
"consumer_group": "some_consumer_group"
}Response
MsgStreamCancelLeaseOut required
Changes
Changed in 2 of the 53 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲