[akka-user] Re: DistributedPubSub sending messages to DeadLetter

2017-08-01 Thread Rafał Sumisławski
Hi Johan Thanks for your response. I'll try implementing it and submitting a PR. Best Regards Rafał W dniu piątek, 28 lipca 2017 09:11:49 UTC+2 użytkownik Johan Andrén napisał: > > In many cases it may be a sign that something is wrong when there are no > subscribers, for example because topic n

[akka-user] Re: DistributedPubSub sending messages to DeadLetter

2017-07-28 Thread Johan Andrén
In many cases it may be a sign that something is wrong when there are no subscribers, for example because topic name was misspelled etc. Just like how other messages ending up in dead letter could indicate a problem but might be normal. It is also useful when debugging, if for example a subscr

[akka-user] Re: DistributedPubSub sending messages to DeadLetter

2017-07-23 Thread Rafał Sumisławski
Hi Muthukumaran Kothandaraman, Thanks for your reply. A 'store and forward' behaviour is not what I would expect from Akka's publish subscribe. Akka never waits for receivers, nor does it retry delivery and that's good, because it's efficient. In fact a 'udp broadcast' style is exactly what I