apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.31k stars 423 forks source link

separate channels in push consumer. #926

Closed ShannonDing closed 2 years ago

ShannonDing commented 2 years ago

when I use one group subscribe many topics, if one topic process very slow and the channl is shared in same pushConsumer, it will block anothers processor