hanmz commented on code in PR #22518:
URL: https://github.com/apache/pulsar/pull/22518#discussion_r1568317043


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -3449,6 +3449,13 @@ The max allowed delay for delayed delivery (in 
milliseconds). If the broker rece
     )
     private Set<String> additionalServlets = new TreeSet<>();
 
+    @FieldContext(
+            category = CATEGORY_SERVER,
+            dynamic = true,
+            doc = "Enable or disable replace producer stats with topic stats 
when calculating topic production rate"
+    )
+    private boolean enableReplaceProducerStatsWithTopicStats = false;

Review Comment:
   This is a good suggestion.



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

Reply via email to