hashicorp / memberlist

Golang package for gossip based membership and failure detection
Mozilla Public License 2.0
3.61k stars 435 forks source link

Is there any interface can I know when the cluster states got converged. #283

Open halegreen opened 1 year ago

halegreen commented 1 year ago

I want to know when the cluster states got converged finally , is there any Interface/Method can provide this?

YuhangMa1117 commented 1 year ago

From my opinion, it's not able to get the converged state by a method based on a single node, because the node doesn't know what the [converged state] is.