bharanic-dev commented on a change in pull request #10008:
URL: https://github.com/apache/pulsar/pull/10008#discussion_r605250468
##########
File path:
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -680,6 +680,26 @@
+ " non-backlog consumers as well.")
private boolean dispatchThrottlingOnNonBacklogConsumerEnabled = false;
+ @FieldContext(
+ category = CATEGORY_POLICIES,
+ doc = "Default policy for publishing usage reports to system topic
is disabled."
+ + "This enables publishing of usage reports"
+ )
+ private boolean resourceUsagePublishToTopic = false;
Review comment:
@codelipenghui, please let me know if you have any more comments. If all
looks good, can you please approve, so we can get the changes merged? Thank you.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]