Wenjun Ruan 64e1e67581 Use DefaultUncaughtExceptionHandler to log the uncached exception (#15496) 1 год назад
..
dolphinscheduler-extract-alert 6aa6e114a5 [Improvement][Alert] Add a test send feature when creating an alert instance (#15163) 1 год назад
dolphinscheduler-extract-base 64e1e67581 Use DefaultUncaughtExceptionHandler to log the uncached exception (#15496) 1 год назад
dolphinscheduler-extract-common 43f5f24529 Add dolphinscheduler-extract-common module (#15266) 1 год назад
dolphinscheduler-extract-master 43f5f24529 Add dolphinscheduler-extract-common module (#15266) 1 год назад
dolphinscheduler-extract-worker 43f5f24529 Add dolphinscheduler-extract-common module (#15266) 1 год назад
README.md 43f5f24529 Add dolphinscheduler-extract-common module (#15266) 1 год назад
pom.xml 43f5f24529 Add dolphinscheduler-extract-common module (#15266) 1 год назад

README.md

Introduction

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

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

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

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

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

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