Hi all, The current DolphinScheduler consists of four components: API, Alert, Master, and Worker. The Alert component requires a separate deployment, which increases operational overhead. I have developed a DSIP to enable embedding the Alert service within the API service. Once this DSIP is implemented, only three services—API, Master, and Worker—will need to be deployed.
https://github.com/apache/dolphinscheduler/issues/17917 This work has been proposed and added as a GSOC project. Best Regards, Wenjun
