You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actors don't have a concept of metadata. Every input needed should be in the receiving object that is serialized in the invocations. I would be interested in knowing more about the user's end goal before implementing this concept in all Dapr SDKs.
Describe the proposal
Currently, the invokeMethod API on the Dap Java SDK supports adding headers to the call using the metadata attribute.
Invoking an actor method does not provide the same functionality. It would be ideal to have the same support.
The text was updated successfully, but these errors were encountered: