-
Notifications
You must be signed in to change notification settings - Fork 582
Allow configurable correlatorId generation in RpcClient #637
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
Labels
Milestone
Comments
This sounds like a great opportunity to contribute. This is open-source software after all ;) |
This should be easy to add in a non-breaking way, especially now there's a A contribution would be indeed welcome. |
4 tasks
acogoluegnes
added a commit
that referenced
this issue
Feb 17, 2020
Fixed in #638. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The RpcClient class has a hardcoded algorithm for unique correlatorId generation. This works in most cases. However, i recently hit an issue where the 'correlatorId' was used (or misused) to encode some extra information needed by the receiver. It would be great if the RpcClient could be configured with a 'strategy' to generate unqiue correlatorIds.
Alternatively, the RpcClient should not touch the correlatorId if it is already provided in the arguments.
5.8.0
The text was updated successfully, but these errors were encountered: