implement remote routers

- split out actual routing functionality into *Like traits to be
  reusable
- make RemoteRouterConfig which only differs in how remote placement is
  initiated
- teach RemoteDeployer how to convert local RouterConfig in case config
  key “target.nodes” is set
- IT WORKS! All tests GREEN
- oh, yeah, had to make ActorPath serializable ...
This commit is contained in:
Roland 2011-12-13 01:09:05 +01:00
parent 0a7e5fe296
commit d1a26a9e28
8 changed files with 226 additions and 29 deletions

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.routing
import java.util.concurrent.atomic.AtomicInteger