protoactor-go icon indicating copy to clipboard operation
protoactor-go copied to clipboard

Update examples/cluster-metrics

Open pipiaha opened this issue 11 months ago • 1 comments

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: Changed case cluster.ClusterTopology to case *cluster.ClusterTopology in the setupLogger function.

pipiaha avatar Dec 24 '24 02:12 pipiaha

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 24 '24 02:12 CLAassistant