v1

latestOpenAPI 3.0.12026-07-26245126202.6 KB
Restream

DEBUG ONLY: Process the next stage of the restream workflow.

DEBUG ONLY: Process the next stage of the restream workflow.

put/tables/{tableNameWithType}/restream

Path parameters

tableNameWithTypestring required

Name of the table to restream

Response

successful operation

timeElapsedSinceStartInSecondsinteger
jobIdstring
stage'INIT' | 'TABLE_STREAM' | 'FORCE_COMMIT' | 'REBALANCE' | 'DONE' | 'FAILED' | 'CANCELLED'
verboseTableStreamLagobject
segmentsToBeCommittedstring[]

Example response

{
  "restreamConfig": {
    "destTableNameWithType": "newTableName_REALTIME",
    "maxRebalanceTimeMin": 120,
    "destServerTenant": "restreamTenant",
    "destBrokerTenant": "restreamTenant",
    "maxTableStreamLag": 5000,
    "tableNameWithType": "tableName_REALTIME"
  }
}