lhotari commented on code in PR #14489:
URL: https://github.com/apache/pulsar/pull/14489#discussion_r859451949
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BacklogQuotaManagerTest.java:
##########
@@ -179,7 +180,8 @@ public void testBacklogQuotaWithReader() throws Exception {
rolloverStats();
- TopicStats stats = admin.topics().getStats(topic1);
+ TopicStats stats =
Review Comment:
Please extract a method to reduce code duplication.
--
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]