Error
A valid request URL is required to generate request examples{
"timeElapsedSinceStartInSeconds": 123,
"jobId": "<string>",
"stage": "INIT",
"restreamConfig": {
"debugPause": false,
"destTableNameWithType": "newTableName_REALTIME",
"maxRebalanceTimeMin": 120,
"destServerTenant": "restreamTenant",
"destBrokerTenant": "restreamTenant",
"maxTableStreamLag": 5000,
"tableNameWithType": "tableName_REALTIME"
},
"tableStreamProgress": {
"lastProbedLag": 123,
"lastProbeTimeMs": 123,
"startTime": 123
},
"verboseTableStreamLag": {},
"forceCommitProgress": {
"lastProbeTimeMs": 123,
"startTime": 123,
"totalConsumingSegments": 123,
"consumingSegmentsCommitted": 123
},
"segmentsToBeCommitted": [
"<string>"
]
}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
Error
A valid request URL is required to generate request examples{
"timeElapsedSinceStartInSeconds": 123,
"jobId": "<string>",
"stage": "INIT",
"restreamConfig": {
"debugPause": false,
"destTableNameWithType": "newTableName_REALTIME",
"maxRebalanceTimeMin": 120,
"destServerTenant": "restreamTenant",
"destBrokerTenant": "restreamTenant",
"maxTableStreamLag": 5000,
"tableNameWithType": "tableName_REALTIME"
},
"tableStreamProgress": {
"lastProbedLag": 123,
"lastProbeTimeMs": 123,
"startTime": 123
},
"verboseTableStreamLag": {},
"forceCommitProgress": {
"lastProbeTimeMs": 123,
"startTime": 123,
"totalConsumingSegments": 123,
"consumingSegmentsCommitted": 123
},
"segmentsToBeCommitted": [
"<string>"
]
}Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Name of the table to restream
Response
200 - application/json
successful operation
Available options:
INIT, TABLE_STREAM, FORCE_COMMIT, REBALANCE, DONE, FAILED, CANCELLED Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?

