java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Add support @Scheduler for Dapr Scheduler in Spring Integration

Open salaboy opened this issue 9 months ago • 0 comments

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

salaboy avatar Feb 12 '25 02:02 salaboy