v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13203649.3 KB
topicStats

Compute the head cursor for the partition. The head cursor's offset is guaranteed to be less than or equal to all messages which have not yet been acknowledged as published, and greater than the offset of any message whose publish has already been acknowledged. It is zero if there have never been messages in the partition.

post/v1/topicStats/{+topic}:computeHeadCursor

Path parameters

topicstring required

Required. The topic for which we should compute the head cursor.

Request body

partitionstring int64

Required. The partition for which we should compute the head cursor.

Response

Successful response