Github user Jaskey commented on the issue:
https://github.com/apache/incubator-rocketmq/pull/66
@lizhanhui
> Can we maintain semantics of the original config and name this specific
config something like flowControlThresholdByTopic?
This already done in my current pr.
What I suggest is one of the following:
1. Separate two config in two config field , pullThresholdForQueue and
pullThresholdForTopic, they both take effect.
2.Separate two config in a boolean config, by default , it is control on
queue level.
Introduce one more boolean config and a topic level config is not clean
enough since user must under stand the inner logic and we will find it hard to
not easy to make them understood.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---