Source Code Analysis of Apache SeaTunnel Zeta Engine (Part 3): Server-Side Task Submission | HackerNoon
Briefly

The components that run in Apache SeaTunnel after server startup include CoordinatorService for cluster monitoring, SlotService for worker reporting, and TaskExecutionService for task metrics.
When the server receives a SeaTunnelSubmitJobCodec message from a client, it utilizes message passing due to the distinct machines involved, which maps to the SubmitJobTask.
Read at Hackernoon
[
]
[
|
]