Hi Guys!
Is it possible to exclude self node from message distribution in PubSub in cluster?
Thanks in advance
Hi Guys!
Is it possible to exclude self node from message distribution in PubSub in cluster?
Thanks in advance
That is not possible. You have to filter that on the receiving side.
Thanks a lot, Patrik.
But, how to do it correctly in typed akka, if there is no access to sender anymore?
Thanks in advance
You would have to include something in the message. An address or ActorRef.