Ah39 edited a comment on issue #576: Two consumer in one jvm , shutdown the two 
client may throw error in unregisterConsumer 
URL: https://github.com/apache/rocketmq/issues/576#issuecomment-444381060
 
 
   
https://github.com/apache/rocketmq/blob/1bedba8cbcef32554d2dc80f2a340ea686d68ba9/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java#L863-L866
   ajust the order.
   
     public void unregisterConsumer(final String group) {
           this.unregisterClientWithLock(null, group);
           this.consumerTable.remove(group);
       }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to