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 This adds the new Reentrancy field to the actor runtime config and perserves the Dapr-Reentrancy-Id header which is required for all reentrant calls. ## Future Updates - Only...

do-not-merge

## Expected Behavior Today the sdk will choose the ipv4 loopback address to contact darpd: 127.0.0.1 (this was changed from "localhost" today). Some users may prefer ipv6 or may operate...

kind/enhancement
help wanted
good first issue
triaged/resolved
area/client
P2
size/XS

## Describe the proposal For making unit testing and integration testing easier, it would be great, if dapr java sdk could ship with ready configured or easy configurable mock implementations...

good first issue
triaged/resolved
area/test/integration-tests
P2
size/S
area/test/unit

The core SDK does not provide solutions for serialization of application domain objects, it only offers an interface. In order to enable applications to opt-in to specific serialization solutions, it...

size/M

This was only just released but looks as though it could be a good addition to the SDK test suite. https://security.googleblog.com/2021/03/fuzzing-java-in-oss-fuzz.html?m=1

kind/enhancement
help wanted
good first issue
triaged/resolved
P2
size/S

## Describe the proposal Add a new simple hello-world sample with Spring in IntelliJ environment. Demonstrate state-store or pub-sub functionality. Adapt the sample to be deployed locally and as well...

help wanted
good first issue
triaged/resolved
area/examples
P2
sample
size/XS

I created a small sample application to try out dapr and decided to go the grpc route, while it seems a bit more unpolished it works great, so great work...

question

At the moment, Actors is unfinished in the Java SDK docs: https://docs.dapr.io/developing-applications/sdks/java/#actors The only example it shows is an actor interface for "DemoActor". As a Java developer interested in Actors...

kind/documentation
good first issue
triaged/resolved
area/actor/runtime
area/actor/client
P2
size/S

## Describe the proposal Runtime has added support for ISO 8601 intervals for reminders as per https://github.com/dapr/dapr/issues/2513. Make changes to SDK to support accordingly

good first issue
triaged/resolved
area/client
P1
size/XS

## Describe the proposal .Net SDK supports ActorReference class as a convenience for users to return the ActorType-ActorId tuple. This class should also be implemented in Python SDK. https://github.com/dapr/dotnet-sdk/blob/master/src/Dapr.Actors/ActorReference.cs Also,...

triaged/unresolved
area/actor/client
P2
size/XS