Skip to content

Akka anti-atterns

原文链接

The line of thinking goes roughly like this: “We have actors, therefore everything must be an actor”.

not everything needs to be done asynchronously

The actor model makes it easier to write asynchronous applications.

####too many actor types

too many runtime actors for the use-case

actors reuse