gosiris
gosiris copied to clipboard
Favor local communication if possible
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).