apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.29k stars 415 forks source link

fix: topic pubishInfo and subscribeInfo not update #1084

Closed redlsz closed 1 year ago

redlsz commented 1 year ago

What is the purpose of the change

fix the topic publishInfo and subscribeInfo not update bug

redlsz commented 1 year ago
image

the bundleClient is not set when init, so the topic publishInfo and subcribeInfo will not be updated in case of UpdateTopicRouteInfo not called by client periodic task.

guyinyou commented 1 year ago

lgtm