-
Notifications
You must be signed in to change notification settings - Fork 417
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)
RemoteReferenceimplementation which would represent actors in different process, it would be created by bridge-actor and route the messages back there- any normal
Referencegoing through bridge would be translated toRemoteReferenceso 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.