SWIM protocol how does a new node get an address of an existing node in a cluster
问题 Background: I've been looking into microservices more specifically service discovery, one thing thats interested me is the SWIM protocol. But I'm a little confused when it comes to new nodes joining the network. How does a new node joining the cluster get an address of 1 or more nodes of the existing cluster, without their being a single point of faliure? If you need any further information or have any questions just let me know. 回答1: please check out scalecube that implements microservices