elonlo edited a comment on issue #1694: Refactor Alert module
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/1694#issuecomment-570601858
 
 
   My opinion is:
   
   Step 1: define the Manager interface, use JAVA SPI to decouple the sender 
logic, and support the registration of alarm plugins.
   
   Step 2: let the user call the API instead of scanning the DB regularly to 
trigger the alarm. Other server depends on the alert module to call the sender 
api. The specific implementation is to use a separate thread to send 
asynchronously.
   
   Step 3: get front-end alarm type list through api, and dynamically display 
alarm types.
   
   Step 4: Split off SMS and enterprise WeChat alert types into plug-ins

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to