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

@Topic(name = "testingtopic", pubsubName = "messagebus") @PostMapping(path = "/testingtopic") public Mono handleMessage(@RequestBody(required = false) CloudEvent cloudEvent) { return Mono.fromRunnable( () -> { try { System.out.println("Subscriber got: " + cloudEvent.getData()); System.out.println("Subscriber...

kind/bug

## Ask your question here The parameter 'metadata' doesn't exist in the parameters of method 'savaStates'. Mono saveState(String storeName, String key, Object value); Mono saveState(String storeName, String key, String etag,...

kind/enhancement-runtime-dependency

I am using Java SDK v1.5 with dapr runtime 1.7 trying to use query state. ## Expected Behavior When using java sdk and storing state it would be expected to...

kind/bug

## Describe the proposal Porting a suggestion from user bencod#6730 in Dapr Discord: > On publishing, Dapr client accepts message data as Object and it serialize the Object using ObjectSerializer...

kind/enhancement
triaged/resolved
P2
area/spring
size/S

## Expected Behavior Hi, when I use the Dapr Java Sdk (`new DaprClientBuilder().build()`) in an Openjdk Docker image based on Alpine Linux, it should work normally. ## Actual Behavior The...

kind/bug

## Describe the proposal Add auto validation for Actors Java Examples. Follow the guides/examples in https://github.com/dapr/mechanical-markdown for more information on the validator used. Similar to the PR https://github.com/dapr/java-sdk/pull/464. Add the...

help wanted
area/examples
P2
size/M
area/release-eng

Over the past weeks, I've been struggling [to get distributed tracing to work](https://github.com/dapr/java-sdk/issues/647). My observation is that a Java application that uses the Dapr SDK for Java does not propagate...

kind/enhancement

Signed-off-by: Subash Gamage # Description This is to Enhance DaprClientBuilder to override gRPC and Http Client. Complete description and reference JIRA can be found at https://github.com/dapr/java-sdk/issues/683 This includes changes in...

## Ask your question here I'm using IDEA's bundled maven(3.6.3) installing java-sdk's master branch into my local env, however, ``` ${protobuf.version} ``` in `dapr-sdk-autogen` and `dapr-sdk-examples` poms failed. reporting: ```...

question

# Description Allow the use of ISO 8601 interval to get feature parity with: https://github.com/dapr/dapr/issues/2513 ## Issue reference https://github.com/dapr/java-sdk/issues/569 Please reference the issue this PR will close: #569 ## Checklist...