nodece commented on code in PR #16719:
URL: https://github.com/apache/pulsar/pull/16719#discussion_r927474829
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/PatternMultiTopicsConsumerImpl.java:
##########
@@ -203,9 +205,14 @@ public CompletableFuture<Void>
onTopicsAdded(Collection<String> addedTopics) {
return addFuture;
}
+ Set<String> addTopicPartitionedName = addedTopics.stream()
Review Comment:
Do you need to fix the
https://github.com/apache/pulsar/pull/16719/files#diff-779a47f80b0048bab183870ed4c1ecd07ffd538006cf9358e494bee23405d924R179?
There has the same logic with this.
--
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]