scalecube / scalecube-cluster

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.
http://scalecube.github.io/
Apache License 2.0
263 stars 88 forks source link

Get rid of address #394

Closed artem-v closed 1 month ago

artem-v commented 1 month ago

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.