lizhanhui commented on code in PR #4961:
URL: https://github.com/apache/rocketmq/pull/4961#discussion_r960437492
##########
common/src/main/java/org/apache/rocketmq/common/protocol/route/TopicRouteData.java:
##########
@@ -117,6 +118,18 @@ public TopicRouteData deepCloneTopicRouteData() {
return topicRouteData;
}
+ public boolean topicRouteDataIsChange(TopicRouteData oldData) {
Review Comment:
Rename topicRouteDataIsChange --> topicRouteDataChanged?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]