weixiaonan1 opened a new issue, #14832: URL: https://github.com/apache/dolphinscheduler/issues/14832
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description This is a [DolphinScheduler project of OSPP-2023](https://summer-ospp.ac.cn/org/prodetail/232290593) This implementation allows to add listeners for monitoring and tracking the workflow/task state using plugins without restarting the service. 1. Users can customize **listener plugins** by building a plugin JAR which implemented the methods in ListenerPlugin and registering it in `Security module`. 2. Users can create **listener instances** with the listener plugin and choose the **listener events** to subscribe to in `Security module`. 3. 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? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
