Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The default value of configuration item (PushConsumer#consumeThreadMin) in document and code is different. #3567

Closed
XiaoyiPeng opened this issue Dec 1, 2021 · 0 comments
Milestone

Comments

@XiaoyiPeng
Copy link
Contributor

XiaoyiPeng commented Dec 1, 2021

BUG REPORT

  1. Please describe the issue you observed:

    The default value of configuration item (PushConsumer#consumeThreadMin) in document and code are different.

    The default value(PushConsumer#consumeThreadMin) in document is 10, as shown below:

    image

    But in code(class org.apache.rocketmq.client.consumer.DefaultMQPushConsumer), the default value is 20, as shown below:

     /**
      * Minimum consumer thread number
      */
     private int consumeThreadMin = 20;
    
  2. Please tell us about your environment:

    Windows10

XiaoyiPeng added a commit to XiaoyiPeng/rocketmq that referenced this issue Dec 1, 2021
…r#consumeThreadMin) in document and code are different.
@XiaoyiPeng XiaoyiPeng changed the title The value of configuration item (PushConsumer#consumeThreadMin) in document and code are different. The value of configuration item (PushConsumer#consumeThreadMin) in document and code is different. Dec 1, 2021
@XiaoyiPeng XiaoyiPeng changed the title The value of configuration item (PushConsumer#consumeThreadMin) in document and code is different. The default value of configuration item (PushConsumer#consumeThreadMin) in document and code is different. Dec 1, 2021
@ShannonDing ShannonDing added this to the 4.9.3 milestone Dec 1, 2021
Git-Yang pushed a commit that referenced this issue Dec 2, 2021
…umeThreadMin) in document and code are different.
@Git-Yang Git-Yang closed this as completed Dec 2, 2021
devfat pushed a commit to devfat/rocketmq that referenced this issue Mar 3, 2022
…r#consumeThreadMin) in document and code are different.
GenerousMan pushed a commit to GenerousMan/rocketmq that referenced this issue Aug 12, 2022
…r#consumeThreadMin) in document and code are different.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants