codelipenghui commented on a change in pull request #9999:
URL: https://github.com/apache/pulsar/pull/9999#discussion_r598400246



##########
File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java
##########
@@ -170,6 +170,7 @@
         if (conf.getTopicNames().isEmpty()) {
             setState(State.Ready);
             subscribeFuture().complete(MultiTopicsConsumerImpl.this);
+            conf.getTopicNames().add(singleTopic);

Review comment:
       @xuesongxs Could you give more details about how this change will fix 
the #9953? The singleTopic in the MultiTopicsConsumerImpl.java will always be a 
dummy topic name, in this case, you only add the dummy topic name into the 
topic config.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to