You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/01 07:52:57 UTC

[GitHub] [rocketmq] XiaoyiPeng opened a new issue #3567: The value of configuration item (PushConsumer#consumeThreadMin) in document and code are different.

XiaoyiPeng opened a new issue #3567:
URL: https://github.com/apache/rocketmq/issues/3567


   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
         The value of configuration item (PushConsumer#consumeThreadMin) in document and code are different.
   
         The value(`PushConsumer#consumeThreadMin`) in document is **10**, as shown below: 
   
         ![image](https://user-images.githubusercontent.com/8653312/144192786-0f5706da-0eec-4397-ba98-bb4458c74925.png)
   
         But in code(class `org.apache.rocketmq.client.consumer.DefaultMQPushConsumer`), the value is **20**, as shown below: 
      ```
       /**
        * Minimum consumer thread number
        */
       private int consumeThreadMin = 20;
       ```
   
   2. Please tell us about your environment:
   
      Windows10
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] Git-Yang closed issue #3567: The default value of configuration item (PushConsumer#consumeThreadMin) in document and code is different.

Posted by GitBox <gi...@apache.org>.
Git-Yang closed issue #3567:
URL: https://github.com/apache/rocketmq/issues/3567


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org