---
title: "Resume consumption of a realtime table"
method: POST
path: "/tables/{tableName}/resumeConsumption"
tags: ["Table"]
---

# Resume consumption of a realtime table

`POST /tables/{tableName}/resumeConsumption`

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.

## Path parameters

- `tableName` string, required

## Query parameters

- `comment` string
- `consumeFrom` 'lastConsumed' | 'smallest' | 'largest'

## Response `default`

successful operation

---

[API](https://skmtc.net/startree/apis/pinot-controller-api.md) · [All operations](https://skmtc.net/startree/apis/pinot-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/startree/pinot-controller-api/versions/f1cc8a0ba2e0/schema)
