-
Notifications
You must be signed in to change notification settings - Fork 13
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
Configurable request ID #279
Labels
Comments
This was referenced Apr 16, 2021
zcstarr
added a commit
that referenced
this issue
May 28, 2021
This feature is to support generating requestID in either a string or numeric format. Additionally this will support multiple clients operating against the same context. The goal here is to allow systems like client generator to pass through this option to other downstream operators fixes #277 , fixes #279
zcstarr
added a commit
that referenced
this issue
May 28, 2021
This feature is to support generating requestID in either a string or numeric format. Additionally this will support multiple clients operating against the same context. The goal here is to allow systems like client generator to pass through this option to other downstream operators fixes #277 , fixes #279
zcstarr
added a commit
that referenced
this issue
May 28, 2021
This feature is to support generating requestID in either a string or numeric format. Additionally this will support multiple clients operating against the same context. The goal here is to allow systems like client generator to pass through this option to other downstream operators fixes #277 , fixes #279
zcstarr
added a commit
that referenced
this issue
May 28, 2021
This feature is to support generating requestID in either a string or numeric format. Additionally this will support multiple clients operating against the same context. The goal here is to allow systems like client generator to pass through this option to other downstream operators fixes #277 , fixes #279
🎉 This issue has been resolved in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The request ID generated by the client has a couple of issues.
Further, there are cases where some libraries expect a string only, or integer only. In those cases, this library can provide a fairly straight forward way for users to work around the issue.
This Issue is to discuss solutions to the problem. A good solution is one that:
The text was updated successfully, but these errors were encountered: