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

Proposal for actor metadata. #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

artursouza
Copy link
Member

No description provided.

Signed-off-by: Artur Souza <[email protected]>

### Design

When instantiating an Actor client or Actor proxy on any of the SDKs, the user might optionally pass a map of string of strings with headers or metadata to be passed in every actor invocation coming from that actor client instance.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realized that this also needs runtime changes to propagate the HTTP headers or gRPC metadata.

## Expectations and alternatives

* What is in scope for this proposal?
- SDKs to support a map of HTTP headers or gRPC metadata to be added in all actor method invocations.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To confirm - this proposal allows for the actors API to include custom metadata and propagate it through to server side but is not proposing changing any of the SDKs to include a metadata param in the actor invocation calls, correct?

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

Successfully merging this pull request may close these issues.

2 participants