-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build instance name with nanosecond #778
Labels
enhancement
New feature or request
Comments
chaiyx
pushed a commit
to chaiyx/rocketmq-client-go
that referenced
this issue
Feb 24, 2022
chaiyx
pushed a commit
to chaiyx/rocketmq-client-go
that referenced
this issue
Feb 24, 2022
ShannonDing
pushed a commit
that referenced
this issue
Mar 9, 2022
ShannonDing
added a commit
that referenced
this issue
May 27, 2022
* [Issue #778] Build instance name with nanosecond (#779) [Issue #778] Build instance name with nanosecond (#779) * Merge remote-tracking branch 'origin/master' * Merge remote-tracking branch 'origin/master' * feat: request reply producer * feat: update * feat: add consumer * feat: fix ci * feat: update * feat: update * feat: 修改request请求参数 * feat: modify async request for delete * feat: fix go1.11 and go1.12 don't have time.Millseconds * feat: move time.Millisecond() to duration/time.Millisecond * feat: fix async request not remove requestResponseFutrue Co-authored-by: chaiyx <[email protected]> Co-authored-by: Administrator <[email protected]> Co-authored-by: haohongfan1 <[email protected]> Co-authored-by: dinglei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG REPORT
When starting multiple client instances in a process, it needs to ensure the instance names are different.
The text was updated successfully, but these errors were encountered: