dapr / dapr/java-sdk

Add support @Scheduler for Dapr Scheduler in Spring Integration

Open
#1,214 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.