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

## Expected Behavior https://docs.dapr.io/operations/configuration/configuration-overview/#metrics https://github.com/dapr/java-sdk/blob/master/testcontainers-dapr/src/main/java/io/dapr/testcontainers/Configuration.java#L19 ## Actual Behavior ## Steps to Reproduce the Problem ## Release Note RELEASE NOTE:

kind/bug

## Expected Behavior Add support for Component configuration to support secrets. https://github.com/dapr/java-sdk/blob/master/testcontainers-dapr/src/main/java/io/dapr/testcontainers/Configuration.java#L24 https://docs.dapr.io/operations/configuration/configuration-overview/#scope-secret-store-access ## Actual Behavior ## Steps to Reproduce the Problem ## Release Note RELEASE NOTE:

kind/bug

## Describe the proposal

## Expected Behavior The `CONTRIBUTING.md` file should contain enough details about how should we contribute implementations for alpha stage APIs like: - where should we add the APIs to which...

kind/bug

Hello ! As part of adding Conversation AI to java sdk I plan to work on adding the spring integration as well. Are there any previous examples I can look...

## Expected Behavior Dapr runtime: 1.15.5 Dapr Cli: 1.15.0 Java SDK: 1.13.3 I'm expecting to see the same trace-id for my publisher and subscriber on zipkin when I set a...

kind/bug

## Context I recently pushed changes to @salaboy's Pizza demo application (see https://github.com/salaboy/pizza/pull/13) to demonstrate how to ease local testing of component dependencies. Typically, the `Store` component relies on 2...

## Describe the proposal Spring provides a simple way to schedule async Jobs by using the [`@Scheduled`](https://www.baeldung.com/spring-scheduled-tasks) annotation. This should work with Dapr if the user annotates its app with...

The underlying `durabletask-java` library supports the feature for a Workflow to raise an event directly to another Workflow, via the [sendEvent](https://github.com/microsoft/durabletask-java/blob/0ef8a3a013803f52c0bf012adff7b3d5e09db6fc/client/src/main/java/com/microsoft/durabletask/TaskOrchestrationContext.java#L351) method. The Dapr Workflows Java SDK has not implemented...

kind/enhancement