GitHub user mark800 opened a pull request: https://github.com/apache/incubator-rocketmq/pull/147
Canât start consumer with a small consumerThreadMax number Canât start consumer with a small consumerThreadMax number -- When the client set the consumerThreadMax to a value less than the default value(20), we get the âconsumeThreadMin Out of range [1, 1000] â Exception, which is hard to understand. JIRA Issue: https://issues.apache.org/jira/browse/ROCKETMQ-266 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mark800/incubator-rocketmq master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-rocketmq/pull/147.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #147 ---- commit ba687075cfe14b25ee2c8e36f9da8452ba0734f0 Author: mark.yky <mark....@alibaba-inc.com> Date: 2017-08-14T13:41:12Z Canât start consumer with a small consumerThreadMax number ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---