You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/10/16 07:22:59 UTC

[GitHub] [rocketmq-client-go] RongtongJin opened a new pull request #251: [ISSUE 250] Delete uesless GroupName and make subscribe method correct

RongtongJin opened a new pull request #251: [ISSUE 250] Delete uesless GroupName and make subscribe method correct
URL: https://github.com/apache/rocketmq-client-go/pull/251
 
 
   …n and remove useless client config GroupName
   
   ## What is the purpose of the change
   
   fix #250 
     - GroupName in clientConfig  is useless
     - Subscribe method is not based on the last subscription
     - Subscribe method can pass in nil consumeFunc parameter
   
   ## Brief changelog
   
   - Delete GroupName
   - User can subscribe to the same topic multiple times, and the last subscription shall prevail.
   - User can not subscribe with nil consumeFunc parameter
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services