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 2020/01/09 07:01:21 UTC

[GitHub] [rocketmq-client-go] plhwin commented on issue #381: [native] branch v2.0.0-rc1, bug for multiple producer instances in a same process

plhwin commented on issue #381: [native] branch v2.0.0-rc1, bug for multiple producer instances in a same process
URL: https://github.com/apache/rocketmq-client-go/issues/381#issuecomment-572420762
 
 
   found the reason:
   to use multiple producer instances in a process, should be specify a different name for each instance
   
   use `producer.WithInstanceName("name")` to specify a instance name

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