-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Labels
enhancementAdding features, adding tests, improving documentation.Adding features, adding tests, improving documentation.looking-for-contributorWe are looking for a contributor to help with this issue.We are looking for a contributor to help with this issue.
Description
Starting issue for discussion, cc @jdantonio @lucasallan.
I am thinking about following:
- to have an actor which would represent a bridge to other process
- as you've mentioned, with plug-able transport layer (usual adapter pattern I guess)
RemoteReference
implementation which would represent actors in different process, it would be created by bridge-actor and route the messages back there- any normal
Reference
going through bridge would be translated toRemoteReference
so it would allow for transparent communication no matter in which process the actor actually is.
What are you thoughts?
Metadata
Metadata
Assignees
Labels
enhancementAdding features, adding tests, improving documentation.Adding features, adding tests, improving documentation.looking-for-contributorWe are looking for a contributor to help with this issue.We are looking for a contributor to help with this issue.