java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
## Expected Behavior Have the latest durabletask-java version (1.5.10) ## Actual Behavior Currently we point to durabletask-java 1.5.7 ## Steps to Reproduce the Problem ## Release Note RELEASE NOTE:
## Expected Behavior You should be able to add Scopes to Subscriptions when using testcontainers. ## Actual Behavior Scopes are not supported in the programmatic way of registering subscriptions. ##...
## Expected Behavior Durabletask-sidecar supports - PurgeInsances by criteria - Start instance with same InstanceId - CreateTaskHub ## Actual Behavior The current implementation of durabletask-java and durabletask-go are not align...
## Expected Behavior Restarting a service during a workflow with a timer should simply restart the timer activity with no issues. ## Actual Behavior Restarting a service during a workflow...