Technoboy- commented on a change in pull request #12818: URL: https://github.com/apache/pulsar/pull/12818#discussion_r787445274
########## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java ########## @@ -215,7 +215,8 @@ prepareDynamicConfigurationMap(); private final ConcurrentOpenHashMap<String, Consumer<?>> configRegisteredListeners; - private final ConcurrentLinkedQueue<Pair<String, CompletableFuture<Optional<Topic>>>> pendingTopicLoadingQueue; + private final ConcurrentLinkedQueue<Triple<String, CompletableFuture<Optional<Topic>>, Map<String, String>>> Review comment: Only PersistentTopic has the properties. -- 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...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org