Skip to content
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

Allow saga's to override correlation logic. #210

Open
rhinof opened this issue Oct 16, 2019 · 1 comment
Open

Allow saga's to override correlation logic. #210

rhinof opened this issue Oct 16, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@rhinof
Copy link
Contributor

rhinof commented Oct 16, 2019

By default, grabbit correlates a message to the correct saga instance when a handler replies to an incoming message.
There are many cases in which you would like to interact with a saga instance and send it messages not in the context of replying to a specific message originating from the saga.

This is an improvement and should provide a better API than the one developed for #172

@rhinof rhinof added the enhancement New feature or request label Oct 16, 2019
@rhinof
Copy link
Contributor Author

rhinof commented Oct 20, 2019

Need to reevaluate how to overcome potential race conditions. currently on hold

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant