navychi opened a new issue #497:
URL: https://github.com/apache/rocketmq-client-go/issues/497


   rmqClient will put into clientMap(sync.Map) when create a new 
GetOrNewRocketMQClient.
   
![image](https://user-images.githubusercontent.com/43361137/83586375-d5398380-a57e-11ea-91e5-9663834c49d2.png)
   
   But rmqClient did not remove when shutdown consumer.
   
![image](https://user-images.githubusercontent.com/43361137/83586443-087c1280-a57f-11ea-86ed-044ff730d456.png)
   
   So if I want to shutdown the consumer. And then re-start consumer 
again(Required by business logic), The new consumer will use old connection 
which is closed. 
   So if I want to realization consumer restart logic. Will it be supported in 
the future. or The Architecture design is like this which not ready to support 
consumer restart logic.
   


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


Reply via email to