shibd commented on code in PR #16719:
URL: https://github.com/apache/pulsar/pull/16719#discussion_r927508732
##########
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 mean removeTopic? there is no problem with the implementation of
removeTopic.
--
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]