dolphinscheduler/dolphinscheduler-extract
Jay Chung d5c543f467
Revert some incompatible change for 3.2.1 (#15580)
* Revert "Fix k8sTaskExecutionContext setting configYaml (#15116)"

This reverts commit ce11674668.

* Revert "[Improvement] Refactoring K8S task plugin with connections managed in connection center (#14977)"

This reverts commit c532fea00e.
2024-02-07 10:41:04 +08:00
..
dolphinscheduler-extract-alert Revert some incompatible change for 3.2.1 (#15580) 2024-02-07 10:41:04 +08:00
dolphinscheduler-extract-base Revert some incompatible change for 3.2.1 (#15580) 2024-02-07 10:41:04 +08:00
dolphinscheduler-extract-common Revert some incompatible change for 3.2.1 (#15580) 2024-02-07 10:41:04 +08:00
dolphinscheduler-extract-master Revert some incompatible change for 3.2.1 (#15580) 2024-02-07 10:41:04 +08:00
dolphinscheduler-extract-worker Revert some incompatible change for 3.2.1 (#15580) 2024-02-07 10:41:04 +08:00
README.md Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00
pom.xml Revert some incompatible change for 3.2.1 (#15580) 2024-02-07 10:41:04 +08:00

README.md

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.