poorbarcode commented on code in PR #25915:
URL: https://github.com/apache/pulsar/pull/25915#discussion_r3347175372
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/nonpersistent/NonPersistentTopic.java:
##########
@@ -598,12 +598,18 @@ public CompletableFuture<Void> close(
return closeFuture;
}
- public CompletableFuture<Void> stopReplProducers() {
+ public CompletableFuture<Void> closeReplProducersIfNoBacklog() {
Review Comment:
Good pointer, the function of non-persistentTopic was indeed prone to being
overlooked, but it has now been fixed
--
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]