java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
Signed-off-by: pravinpushkar # Description Added HTTP API suport for get, subscribe and unsubscribe config APIs Added unsusbcribe gRPC API support Added domain class for subscribe response Added domain classes for...
## Expected Behavior All existing tests still run with the new dapr-sdk 1.6.0 as they do with 1.5.0 ## Actual Behavior Some tests in our test suite are failing due...
Raising this on behalf of a colleague who is on vacation --- I have started using DAPR pub/sub and am creating a Subscription in a Springboot application, so I am...
# Description add `DaprResponse` interface and `HttpDaprResponse`,`GrpcDaprRespnse` implement. ## Issue reference #751 ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the following list:...
When using SQL binding (tested with Postgres), sidecar is sending metadata and it is available at java-sdk level as well. However sdk only sends data to the caller, it ignores...
# Description _Please explain the changes you've made_ ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...
## Describe the proposal it is not support return Response(with code and headers) in invokeXXX method now. it just convert body data by jackson and return.(there is a bug that...
Hi all, since the version of dapr java sdk and the version of dapr runtime are different, and as a corporate user we cann't upgrade frequently, so I think a...
These are examples of flaky test runs:
## Expected Behavior SDK should provide a support for Sidecar Metadata APIs (HTTP and gRPC)- 1. Get Metadata 2. Set Metadata ## Actual Behavior It does not support Metadata APIs...