lizhanhui commented on code in PR #680: URL: https://github.com/apache/rocketmq-clients/pull/680#discussion_r1477164004
########## golang/client.go: ########## @@ -513,18 +513,39 @@ func (cli *defaultClient) startUp() error { cli.log.Info("newRoute is nil, but oldRoute is not. do not update") return true } - if !reflect.DeepEqual(newRoute, oldRoute) { + routeEqual := func(old, new []*v2.MessageQueue) bool { Review Comment: All right. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org