scala - akka non-blocking BoundedMailbox -


i'm trying find non-blocking way use akka actors boundedmailbox. should drop messages when actor's mailbox full. can achieve setting pushtimeout 0? there drawback or things notice approach?

yes, if set pushtimeout 0 new messages dropped if mailbox full. dropped messages sent special dead letters actor.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -