gosiris icon indicating copy to clipboard operation
gosiris copied to clipboard

Favor local communication if possible

Open teivah opened this issue 8 years ago • 0 comments

Today even if two actors are deployed in the same actor system, gosiris will use the transport defined (if any). This means gosiris will publish a message to Kafka or AMQP for example.

If two actors are deployed in the same system (i.e. local), they should communicate using a local golang channel (just like if no transport was specified).

teivah avatar Nov 12 '17 11:11 teivah