YxAc commented on code in PR #96:
URL: https://github.com/apache/rocketmq-mqtt/pull/96#discussion_r873166000


##########
mqtt-ds/src/main/java/org/apache/rocketmq/mqtt/ds/meta/FirstTopicManager.java:
##########
@@ -108,6 +113,9 @@ public void checkFirstTopicIfCreated(String firstTopic) {
     }
 
     private void updateTopicRoute(String firstTopic) {
+        if (StringUtils.isBlank(firstTopic)) {

Review Comment:
   bug of blank judgment



-- 
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]

Reply via email to