Class RoundRobinKrouter

All Implemented Interfaces:
Serializable, Executor, Monitorable, RemotedActor, ServingActor

public class RoundRobinKrouter extends HotColdFailoverKrouter<RoundRobinKrouter>
A load balancing Krouter. Forwards round robin. Enables dynamic scaling of a service. Clients of stateful services stick to initially connected instance (unless this fails)
See Also: