java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
test how taskExecutionTaskId can be used for idempotency depends on: - https://github.com/dapr/durabletask-java/pull/28 # Description _Please explain the changes you've made_ ## Issue reference We strive to have all PR being...
# Description This PR allow to register activities with a custom name. This is useful in case you want to reuse activities or want to give more meaningful name to...
## Expected Behavior When running integration tests use dapr sidecar ## Actual Behavior Integration test are currently using `peterstone2019/durabletask-sidecar:latest` https://github.com/dapr/durabletask-java/blob/152b89fd0cfef86670ed0186a6800e9b98e349af/.github/workflows/build-validation.yml#L78 ## Steps to Reproduce the Problem ./gradlew integrationTest ## Release...
There has been a change recently in the dapr runtime proto files in which Jobs now have `FailurePolicy` and it'd be good to support it in this SDK. Dapr change...
Dapr has a fork of durabletask-java that we use and consume. However, that means we can get behind on additions upstream that we want. We need to figure out how...
# Description Add `taskName` and `input` to `WorkflowTaskRetryContext` Changed `workflowContext` type in `WorkflowTaskRetryContext` to `WorkflowContext` ## Issue reference We strive to have all PR being opened based on an issue,...
# Description Adding examples to validate that ZonedDateTime works ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have...
## Describe the proposal Add task name and task input to WorkflowTaskRetryContext to allow for additional error-handling capabilities in the RetryHandler.
# Description A OpenFeign Client and it's AutoConfiguration using Dapr Invoke APIs. Splited into two librarys, dapr-openfeign-client is the pure client of OpenFeign, and dapr-spring-openfeign is the plugin of Spring...