Technoboy- opened a new issue #1859: Java Annotation/Interface Task Support URL: https://github.com/apache/incubator-dolphinscheduler/issues/1859 Background: As some other scheduling system support Java annotation/interface task, and many users have discussed the demand in out last meet up, so DS is going to support this function in the future . General idea: 1. Users only need to add annotation/implement a interface to register a task, using web for managing task(like start, stop, suspend) ``` @DolphinSchedulerTask("demo-task") public void demoTask(){ //User logic } ``` 2. We need to support pure Java, Spring framework. 3. Shard is more preferred.
---------------------------------------------------------------- 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
