TeslaCN edited a comment on issue #1284:
URL: 
https://github.com/apache/shardingsphere-elasticjob/issues/1284#issuecomment-674539550


   At present, elasticjob-cloud-scheduler provides RESTful API via Spring Boot 
Web and it works properly.
   But one the one hand, dependencies of Spring Boot Web are too heavy for a 
lightweight framework. One the other hand, cloud-scheduler just use only a 
fraction of the features of Spring Boot stack.  
   We have discussed about it and decided to refactor cloud-scheduler with 
Netty. 
   
   This process can be divided into 3 steps:  
   - [x] Implement a lightweight HTTP Service module.
   - [ ] Refactor RESTful API of cloud-scheduler with the HTTP Service.
   - [ ] (Optional) Provide RESTful API of SnapshotService.


----------------------------------------------------------------
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]


Reply via email to