Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Name of the table
curl --request POST \
--url https://dev.startree.ai/tables/{tableName}/resumeConsumption \
--header 'Authorization: <api-key>'
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.
curl --request POST \
--url https://dev.startree.ai/tables/{tableName}/resumeConsumption \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
Was this page helpful?