Hacker News new | ask | show | jobs
by eweise 3551 days ago
"Exactly once delivery" is not the same as "One message at a time". Akka Actors process one message at a time. Akka does no provide exactly once delivery. It default defaults to "at most once".
1 comments

So, then to go back to the original.

You may not have to do deal with locks at a local level. You absolutely have to deal with locks at a system level.