Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
*cluster.ClusterTopology
  • Loading branch information
pipiaha authored Dec 24, 2024
1 parent 3c0e61c commit 23ce61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cluster-metrics/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func setupLogger(c *cluster.Cluster) {
log.Printf("Member Unavailable " + msg.Name())
case *cluster.MemberAvailableEvent:
log.Printf("Member Available " + msg.Name())
case cluster.ClusterTopology:
case *cluster.ClusterTopology:
log.Printf("Cluster Topology Poll")
}
})
Expand Down

0 comments on commit 23ce61e

Please sign in to comment.