protoactor-go
protoactor-go copied to clipboard
Update examples/cluster-metrics
cluster.ClusterTopology -> *cluster.ClusterTopology
This pull request includes a small change to the examples/cluster-metrics/client/main.go file. The change modifies the type of the ClusterTopology event case in the setupLogger function to use a pointer type.
examples/cluster-metrics/client/main.go: Changedcase cluster.ClusterTopologytocase *cluster.ClusterTopologyin thesetupLoggerfunction.