-
Notifications
You must be signed in to change notification settings - Fork 5k
[Feature][Listener]Implementation of Listener Mechanism #14832
Copy link
Copy link
Closed
Labels
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
This is a DolphinScheduler project of OSPP-2023
This implementation allows to add listeners for monitoring and tracking the workflow/task state using plugins without restarting the service.
- Users can customize listener plugins by building a plugin JAR which implemented the methods in ListenerPlugin and registering it in
Security module. - Users can create listener instances with the listener plugin and choose the listener events to subscribe to in
Security module. - The listener events monitored by the listener instance will be pushed to the specified destination (message queues, external system interfaces, etc.).
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable