rename Balancer to PubBalancer

This commit is contained in:
chrislu
2024-05-21 09:56:30 -07:00
parent fa98ecf71e
commit d5abffa42c
8 changed files with 21 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ type MessageQueueBroker struct {
filers map[pb.ServerAddress]struct{}
currentFiler pb.ServerAddress
localTopicManager *topic.LocalTopicManager
Balancer *pub_balancer.Balancer
Balancer *pub_balancer.PubBalancer
lockAsBalancer *cluster.LiveLock
Coordinator *sub_coordinator.Coordinator
accessLock sync.Mutex