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

# Description Add Jobs API ## Issue reference Please reference the issue this PR will close: #1101 ## Checklist * [ ] Code compiles correctly * [ ] Created/updated tests...

## Expected Behavior I should be able to use opentelemetry SDK to propagate trace headers from the actor client to server. ## Actual Behavior Today, providing a `traceparent` header in...

kind/bug

## Expected Behavior Currently it is impossible to reuse all the great work the Spring Boot did for Micrometer integration. Ideally we should be able to add Micrometer Observation code...

kind/bug

## Ask your question here Without further knowledge about the Dapr Java SDK, is dependency injection for workflow activities (and probably workflows itself) not supported at the moment? Check this...

# Description Implement Configuration for Testcontainers ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior...

## Describe the proposal Currently, the invokeMethod API on the Dap Java SDK supports adding headers to the call using the [metadata attribute](https://javadoc.io/static/io.dapr/dapr-sdk/1.11.0/io/dapr/client/DaprClient.html#invokeMethod(java.lang.String,java.lang.String,byte%5B%5D,io.dapr.client.domain.HttpExtension,java.util.Map)). [Invoking an actor method](https://github.com/dapr/java-sdk/blob/master/sdk-actors/src/main/java/io/dapr/actors/client/ActorClient.java#L83) does not provide...

## Describe the proposal equivalent to https://github.com/dapr/go-sdk/issues/636 add options to configure client keepalives, at least for the workflows worker connection

# Description Improvement for contributing.md files ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior...

## Expected Behavior Users should be able to use native compilation (with GraalVM) for applications using the Dapr Java Spring Boot integration. ## Actual Behavior The netty-shaded library doesn't work...

kind/bug

## Expected Behavior Tests should run and pass. ## Actual Behavior After running `mvn install` the following exceptions occur: ``` [ERROR] Failures: [ERROR] DaprClientBuilderTest.blankContentTypeInObjectSerializer:61 Unexpected exception type thrown ==> expected:...

kind/bug