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

Dapr SDK for Java

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

# Description Enable registering activities with custom names. @component value will be use as registration name ## Issue reference We strive to have all PR being opened based on an...

# Description This adds Micrometer traces to DaprWorkflowClient. The end user needs to bring an implementation for the Tracer for this to work. This is done at the Spring Boot...

## Describe the proposal Streaming subscriptions and the Jobs APIs are already stable in other SDKs, so we can promote them to the DaprClient. This requires: - Create tests and...

## Describe the proposal Currently all Dapr SDKs do not provide any client side observability. This proposal aims to define how to implement the first iteration of client side observability...

## Expected Behavior Spring Boot and common dependencies are aligned with the version of protobuf-java that we are using. If there are no breaking changes we should upgrade to version...

kind/bug

# Description Adding support for HttpPipeline to DaprContainer ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...

# Description Setting the default values for DaprClient Spring Boot properties. ## Issue reference We strive to have all PR being opened based on an issue, where the problem or...

## Expected Behavior The user should be able to setup middlewere routes, similarly to AppHTTPMidleware routes. ## Actual Behavior The user can only set up AppHttpMiddleware routes. ## Steps to...

kind/bug

## Expected Behavior When defining DaprContainers for tests we should minimize the information required by the user. ## Actual Behavior We need to set the statestore for actors if the...

kind/bug

We have callActivity support in the java sdk for multi app workflows, [as seen here.](https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/workflows/multiapp) This enables one application to host the workflow and simply run an activity hosted by...