Currently this works with one master, which creates a single-point of failure. But in distributed-workers example of Typesafe Activator discuss about potentiality of using many masters. Using many masters could be use to handover job if one fails or to balance the load. In the example it is discussed but it's not implemented in Message Classifier.
Currently this works with one master, which creates a single-point of failure. But in distributed-workers example of Typesafe Activator discuss about potentiality of using many masters. Using many masters could be use to handover job if one fails or to balance the load. In the example it is discussed but it's not implemented in Message Classifier.