分布式调度框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wenjun Ruan 64e1e67581
Use DefaultUncaughtExceptionHandler to log the uncached exception (#15496)
8 months ago
..
dolphinscheduler-extract-alert [Improvement][Alert] Add a test send feature when creating an alert instance (#15163) 10 months ago
dolphinscheduler-extract-base Use DefaultUncaughtExceptionHandler to log the uncached exception (#15496) 8 months ago
dolphinscheduler-extract-common Add dolphinscheduler-extract-common module (#15266) 10 months ago
dolphinscheduler-extract-master Add dolphinscheduler-extract-common module (#15266) 10 months ago
dolphinscheduler-extract-worker Add dolphinscheduler-extract-common module (#15266) 10 months ago
README.md Add dolphinscheduler-extract-common module (#15266) 10 months ago
pom.xml Add dolphinscheduler-extract-common module (#15266) 10 months ago

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.