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/10/26 10:51:54 UTC

[GitHub] [rocketmq-spring] wonsaign opened a new issue #400: 2.2.0 pull-batch-size not take effect

wonsaign opened a new issue #400:
URL: https://github.com/apache/rocketmq-spring/issues/400


   在2.2.0版本使用pull模式拉取数据的时候,pull-batch-size 配置了64,但是最大只能到32,每次拉取
   我的配置
   ```yaml
   rocketmq:
     name-server: 192.168.9.203:9876
     producer:
       group: sale_group
     consumer:
       group: sale_group
       topic: sale
       selector-type: TAG
       selector-expression: salereord || salereorddetail
       pull-batch-size: 64 # 最多只支持32个大小
   ```
   
   ![image](https://user-images.githubusercontent.com/37646254/138863595-871b62c4-2d24-42b6-b0e5-d2314b560134.png)
   
   


-- 
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-spring] vongosling commented on issue #400: 2.2.0 pull-batch-size not take effect

Posted by GitBox <gi...@apache.org>.
vongosling commented on issue #400:
URL: https://github.com/apache/rocketmq-spring/issues/400#issuecomment-1006369348


   You could check the server config.


-- 
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-spring] vongosling closed issue #400: 2.2.0 pull-batch-size not take effect

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #400:
URL: https://github.com/apache/rocketmq-spring/issues/400


   


-- 
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