We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92b3b7 commit c273f8bCopy full SHA for c273f8b
examples/cluster-gossip/node1/main.go
@@ -45,6 +45,8 @@ func startNode() *cluster.Cluster {
45
switch msg := evt.(type) {
46
case *cluster.ClusterTopology:
47
fmt.Printf("\nClusterTopology %v\n\n", msg)
48
+ case *cluster.GossipUpdate:
49
+ fmt.Printf("\nGossipUpdate %v\n\n", msg)
50
}
51
})
52
0 commit comments