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

Dapr SDK for Java

Results 229 java-sdk issues
Sort by recently updated
recently updated
newest added

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...

kind/bug
good first issue
P1

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...

kind/bug
P2
size/S

# 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:...

do-not-merge

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...

P2

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...

question

These are examples of flaky test runs:

kind/bug
good first issue
triaged/resolved
area/test/integration-tests
P1
size/S

## 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...

kind/bug
area/client
area/test/integration-tests
area/examples
P2
kind/enhancement-runtime-dependency