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

When I came across this problem. What should I do to be normal io.dapr.exceptions.DaprException: RESOURCE_EXHAUSTED: Received message larger than max (5759620 vs. 4194304)

kind/bug
area/client
P1
size/S

# Description **NOTE**: This PR should be only merged once the bulk pubsub feature (2218) is checked-in Dapr. The Dapr reference in build/validate YAMLs must be updated back to `master`....

git push origin next-release-${DAPR_JAVA_SDK_NEXT_VERSION} ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation....

## Describe the proposal Hi, I want to use the actor model with Kotlin. Currently, the `ActorType` annotation in java is targeted at ElementType.TYPE_USE which is incompatible with kotlin interface....

## Describe the proposal Add support to dead letter queue. SDK should offer this configuration via annotation, as an attribute of the Topic annotation. Reference: https://github.com/dapr/js-sdk/issues/321

good first issue
triaged/resolved
P1
size/S

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1. Release notes Sourced from codecov/codecov-action's releases. 3.1.1 What's Changed Update deprecation warning by @​slifty in codecov/codecov-action#661 Create codeql-analysis.yml by @​mitchell-codecov in codecov/codecov-action#593 build(deps): bump...

dependencies
github_actions

# Description In conversation with @artursouza earlier today regarding issue #763 we came to the conclusion that it might just make sense to simply deprecate the HTTP transport and let...

## Expected Behavior Content-Type mismatch in publishEvent call. When a string event is published, using the ```java client.publishEvent("pubsubName", "topicName", "This is message #0") ``` What is seen in the broker...

kind/bug
good first issue
triaged/resolved
P1
size/XS

Signed-off-by: John Ewart # Description Changed the docs (they had incorrect property names regarding protobuf files) and added `skipCache=true` to the `wget` tasks because the files are small and it...

Signed-off-by: Mukundan Sundararajan # Description initial bulk publish implementation for Java SDK ## Issue reference We strive to have all PR being opened based on an issue, where the problem...