Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include metadata on actor method invocation to support headers. #1071

Closed
rochabr opened this issue Jul 9, 2024 · 1 comment · Fixed by #1165
Closed

Include metadata on actor method invocation to support headers. #1071

rochabr opened this issue Jul 9, 2024 · 1 comment · Fixed by #1165
Assignees
Milestone

Comments

@rochabr
Copy link

rochabr commented Jul 9, 2024

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.

@artursouza
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants