java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Support ActorReference

Open artursouza opened this issue 4 years ago • 1 comments

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, update the actor_sdk E2E test by adding a invocation validating this use case cross SDKs.

artursouza avatar Jan 19 '21 01:01 artursouza

ActorReference is a class that can be serialized by user provided serialization and it might not be compatible with every serializer, specially when cross SDK compatibility is required. I propose we pause this until further discussion about cross SDK serialization.

artursouza avatar Mar 09 '21 20:03 artursouza