java - akka actors rebalancing among routers -


how rebalance number of actors among multiple routers. lets router1 has 20 actors, router2 has 15 actors. if want create router3 there possibility if grabbing n number of actors router1 , m number of actors router2.

i know can achieved giving poisonpill actors , bring new actors new router. better approach?


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -