Add support @Scheduler for Dapr Scheduler in Spring Integration
Open
- Dominant language
- Java
- Stars
- 300
- Forks
- 230
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 4
Description
## Describe the proposal
Spring provides a simple way to schedule async Jobs by using the [`@Scheduled`](https://www.baeldung.com/spring-scheduled-tasks) annotation. This should work with Dapr if the user annotates its app with `@EnableScheduling,` when the user adds the Dapr Spring Boot Starter dependency.
This proposal depends on having the Job APIs available in the SDK. https://github.com/dapr/java-sdk/issues/1101
Contributor guide
Assessment
This issue has not been assessed yet.