curl --request POST \
--url https://dev.startree.ai/tables/{tableName}/resumeConsumption \
--header 'Authorization: <api-key>'This response has no body data.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>'This response has no body data.The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
Comment on pausing the consumption
lastConsumed (safer) | smallest (repeat rows) | largest (miss rows)
lastConsumed, smallest, largest Was this page helpful?