Wenjun Ruan 43f5f24529 Add dolphinscheduler-extract-common module (#15266) hai 1 ano
..
dolphinscheduler-extract-alert 6aa6e114a5 [Improvement][Alert] Add a test send feature when creating an alert instance (#15163) hai 1 ano
dolphinscheduler-extract-base df656a7671 Fix home page workflow instance miss status (#15193) hai 1 ano
dolphinscheduler-extract-common 43f5f24529 Add dolphinscheduler-extract-common module (#15266) hai 1 ano
dolphinscheduler-extract-master 43f5f24529 Add dolphinscheduler-extract-common module (#15266) hai 1 ano
dolphinscheduler-extract-worker 43f5f24529 Add dolphinscheduler-extract-common module (#15266) hai 1 ano
README.md 43f5f24529 Add dolphinscheduler-extract-common module (#15266) hai 1 ano
pom.xml 43f5f24529 Add dolphinscheduler-extract-common module (#15266) hai 1 ano

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.