java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
# 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...
## 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...
## 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...
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...
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
## 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...
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...
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...
## 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
## 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,...