DolphinScheduler/dolphinscheduler-extract
2024-09-22 16:27:29 +08:00
..
dolphinscheduler-extract-alert [DSIP-35][Alert] Refactor the alert thread model (#15932) 2024-05-09 12:23:01 +08:00
dolphinscheduler-extract-base [DSIP-75] Support auto add license header by spotless (#16643) 2024-09-22 16:27:29 +08:00
dolphinscheduler-extract-common Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00
dolphinscheduler-extract-master [Improvement-16574][Master] Move some task operations into ITaskExecutionRunnable (#16575) 2024-09-04 13:57:27 +08:00
dolphinscheduler-extract-worker [DSIP-61][Master] Refactor thread pool and state event orchestration in master (#16327) 2024-08-26 15:19:39 +08:00
pom.xml Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00
README.md Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00

Introduction

This module contains the RPC interface which can be used to communicate with the DolphinScheduler server.

dolphinscheduler-extract-base

The base module contains the basic interfaces for how to define the RPC client and server.

dolphinscheduler-extract-common

The common module contains the common interface which can be used by both the master and worker.

dolphinscheduler-extract-master

This module contains the RPC interface which can be used by communicate with the master server.

dolphinscheduler-extract-worker

This module contains the RPC interface which can be used by communicate with the worker server.

dolphinscheduler-extract-alert

This module contains the RPC interface which can be used by communicate with the alert server.