DanielLeens opened a new pull request, #10983: URL: https://github.com/apache/seatunnel/pull/10983
## Purpose Practical operational guide for managing the full SeaTunnel Zeta REST API job lifecycle, complementing the existing REST API reference docs. ## Changes - Added `docs/en/engines/zeta/rest-api-job-lifecycle.md` (EN) - Added `docs/zh/engines/zeta/rest-api-job-lifecycle.md` (ZH) - Updated `docs/sidebars.js` to include the new page inside the REST API category ## Coverage - Job submission via JSON body (single job, multi-transform examples) - Status query: running-job, running-jobs, finished-job, metrics endpoints - Log query endpoint - Stop / cancel / stop-with-savepoint semantics comparison table - Job recovery: restart from latest checkpoint or specified savepoint - Authentication: basic auth and bearer token examples - Performance considerations (finished-job accumulation, concurrent submission throttling, dynamic port discovery) - Common errors and troubleshooting table Closes #10979 (P0-3) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
