[akka-user] Re: DistributedPubSub keeps sending to exited nodes

2016-06-24 Thread 'Christian Hoffmeister' via Akka User List
Have chatted with @ktoso about this and seems, that my thoughts are not totally wrong. Will create a ticket on GitHub for that. Am Donnerstag, 23. Juni 2016 22:27:45 UTC+2 schrieb Christian Hoffmeister: > > Hi, > > I have a sample application where two nodes join an Akka cluster. On both >

[akka-user] Re: DistributedPubSub keeps sending to exited nodes

2016-06-23 Thread 'Christian Hoffmeister' via Akka User List
Ok, my assumption is right (see https://github.com/akka/akka/blob/master/akka-cluster-tools/src/main/scala/akka/cluster/pubsub/DistributedPubSubMediator.scala#L669). Is there a way to work around this? I don't want to wait some random time interval after leaving before actually shutting down.