twz915 opened a new issue, #1098:
URL: https://github.com/apache/rocketmq-client-go/issues/1098
HttpResolver use the same instance name "DEFAULT", so if multiple consumers
or producers use different name server domains, the snapshot file will be
overwritten and mixed. When the name server domain is unavailable, this can
result in consumption or production to the wrong units.
```
resolver := NewHttpResolver("DEFAULT", nameServerDommain)
// this will change the instance name
dc.option.ChangeInstanceNameToPID()
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]