fix compilation bugs during merge

This commit is contained in:
chrislu
2023-09-19 14:08:17 -07:00
parent 6c6655de9d
commit b18112ae10
2 changed files with 21 additions and 23 deletions

View File

@@ -39,6 +39,7 @@ type MessageQueueBroker struct {
localTopicManager *topic.LocalTopicManager
Balancer *balancer.Balancer
lockAsBalancer *cluster.LiveLock
currentBalancer pb.ServerAddress
}
func NewMessageBroker(option *MessageQueueBrokerOption, grpcDialOption grpc.DialOption) (mqBroker *MessageQueueBroker, err error) {