You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/09/29 04:58:39 UTC

[GitHub] [shardingsphere-elasticjob] terrymanu opened a new issue #1519: Redesign elasticjob-error-handler module structure

terrymanu opened a new issue #1519:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1519


   The current structure is:
   
   ```
   elasticjob-error-handler
     --  elasticjob-error-handler-general
     --  elasticjob-error-handler-email
     --  elasticjob-error-handler-wechat
     --  elasticjob-error-handler-dingtalk
     --  elasticjob-error-handler-sms
   ```
   
   It is better for the new structure:
   
   ```
   elasticjob-error-handler
     -- elasticjob-error-handler-spi
     -- elasticjob-error-handler-impl
       ----  elasticjob-error-handler-general
       ----  elasticjob-error-handler-email
       ----  elasticjob-error-handler-wechat
       ----  elasticjob-error-handler-dingtalk
       ----  elasticjob-error-handler-sms
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu closed issue #1519: Redesign elasticjob-error-handler module structure

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #1519:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1519


   


----------------------------------------------------------------
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:
users@infra.apache.org