-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add an option to add a correlation ID to a request #323
base: main
Are you sure you want to change the base?
Conversation
@jkoenig134 what do you think about this ? Another option would be to tie the client to a correlation ID and "force" the user to use multiple clients. I am also open for opinions if we should expose those utility functions "startCorrelation", "createCorrelationId" or if we only should document this. |
I don't really like the idea to add the correlation-id package to the sdk. We should instead provide a possibility to add a correlation id for every request (send the header |
Readiness checklist