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个大小
```

--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]