ScaleCube Cluster is a lightweight Java VM implementation of SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol. features cluster membership, failure detection, and gossip protocol library.
As I see we traded a reference in a POJO that's in a rather slim jar for String parsing. What are the benefits that we aim to achieve?
Main benefit - get rid of inter-module dependencies between scalecube repositories, and make them as independent as possible, and with as less dependencies as possible.
Main benefit - get rid of inter-module dependencies between scalecube repositories, and make them as independent as possible, and with as less dependencies as possible.