java-sdk
java-sdk copied to clipboard
Add support @Scheduler for Dapr Scheduler in Spring Integration
Describe the proposal
Spring provides a simple way to schedule async Jobs by using the @Scheduled 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