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

Change message InvocationRequest using just the Actor name instead of the entire Actor entity #3

Open
sleipnir opened this issue Jun 24, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request protocol Specification of protocol
Milestone

Comments

@sleipnir
Copy link
Member

Currently, it is necessary to pass the entire Actor Entity in the invocation message, but only the Actor and ActorSystem name are needed so that it is possible to lookup the Actor Process.
Removing the entity would save a few bytes and make the protocol less confusing.

@sleipnir sleipnir added enhancement New feature or request protocol Specification of protocol labels Jun 24, 2022
@sleipnir sleipnir assigned sleipnir and marcellanz and unassigned sleipnir and marcellanz Jun 24, 2022
@marcellanz
Copy link
Member

I agree... are there potential uses? Also, if really needed we could add it again. I think better to strip it down to whats needed that to drag that with us.

@sleipnir sleipnir linked a pull request Jul 11, 2022 that will close this issue
@sleipnir sleipnir added this to the v1.0.0 milestone Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request protocol Specification of protocol
Projects
Status: Archived
Development

Successfully merging a pull request may close this issue.

2 participants