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.
Collection
[
|
...
]