HScarb commented on code in PR #8027: URL: https://github.com/apache/rocketmq/pull/8027#discussion_r1575752100
########## client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java: ########## @@ -832,6 +832,7 @@ public boolean updateTopicRouteInfoFromNameServer(final String topic, boolean is } } else { log.warn("updateTopicRouteInfoFromNameServer, getTopicRouteInfoFromNameServer return null, Topic: {}. [{}]", topic, this.clientId); + this.topicRouteTable.remove(topic); Review Comment: OK, I will revert this. But there is no mechanism for the producer client to remove the inexistent topic routes in `topicPublishInfoTable`. -- 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