maixiaohai opened a new issue #611:
URL: https://github.com/apache/rocketmq-client-go/issues/611
**BUG REPORT**
**Please add the branch name [Native]/[Master] at the header of the Isssue
title.**
1. Please describe the issue you observed:
- What did you do (The steps to reproduce)?
We have a logic to manage different pushConsumer as task. So we
need to restart pushConsumer **with same subscription** in the same process.
- What did you expect to see?
shutdown consumer, then start consumer normally.
- What did you see instead?
consumer restart with some error info.
2. Please tell us about your environment:
- What is your OS?
Centos 7
- What is your client version?
v2.1.0-rc5
- What is your RocketMQ version?
v4.7.0 / v4.8.0
3. Other information (e.g. detailed explanation, logs, related issues,
suggestions on how to fix, etc):
some error log
```INFO[0121] the consumer start beginning
consumerGroup=fusion_console_subgroup_tst messageModel=Clustering unitMode=false
WARN[0121] send heart beat to broker error
underlayError="write tcp xxx:51906->xxx:30911: use of closed network connection"
ERRO[0121] get consumer list of group from broker error
broker="10.38.167.190:30911" consumerGroup=fusion_console_subgroup_tst
underlayError="service close is not running, please check"
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]