lizhimins commented on code in PR #9293:
URL: https://github.com/apache/rocketmq/pull/9293#discussion_r2036371591
##########
common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java:
##########
@@ -428,6 +428,10 @@ public class BrokerConfig extends BrokerIdentity {
private long popInflightMessageThreshold = 10000;
private boolean enablePopMessageThreshold = false;
+ private boolean enableFastChannelEventProcess = false;
+ private boolean printChannelGroups = false;
+ private int printChannelGroupsMinNum = 5;
Review Comment:
format
--
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]