tjiuming commented on code in PR #19287:
URL: https://github.com/apache/pulsar/pull/19287#discussion_r1092776914


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -1325,6 +1325,12 @@ private void 
checkOwnershipAndCreatePersistentTopic(final String topic, boolean
                 });
     }
 
+    @VisibleForTesting
+    public void createPersistentTopic0(final String topic, boolean 
createIfMissing,

Review Comment:
   yes we can use the method, but when I wrote the test, I chose this method



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