blob: df26aa06ce5b1f1d30e026e5330494019c6cbd33 [file] [log] [blame]
@startuml
MqClientManager ->ClientFactory:get all topics from consumer.subscription
MqClientManager -> MqClient:all topics from topic publish info
MqClientManager -> MqClient:for each topic,UpdateTopicRouteInfoFromNameServer
MqClient -> RemotingClient:GetTopicRouteInfoFromNameServer
MqClient -> MqClient:updateTopicRouteInfoLocal \nBrokerAddrTable\nTopicPublishInfoTable\nTopicSubscribeInfoTable\nTopicRouteTable
@enduml