v1

latestOpenAPI 3.0.12026-07-26245126202.6 KB
Table

Resume consumption of a realtime table

Resume the consumption for a realtime table. ConsumeFrom parameter indicates from which offsets consumption should resume. Recommended value is 'lastConsumed', which indicates consumption should continue based on the offsets in segment ZK metadata, and in case the offsets are already gone, the first available offsets are picked to minimize the data loss.

post/tables/{tableName}/resumeConsumption

Path parameters

tableNamestring required

Name of the table

Query parameters

commentstring

Comment on pausing the consumption

consumeFrom'lastConsumed' | 'smallest' | 'largest'

lastConsumed (safer) | smallest (repeat rows) | largest (miss rows)

Response

successful operation