We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A waiting command gateway should wait with the resolution of completable future until the projection update is delivered.
The text was updated successfully, but these errors were encountered:
Here is a workaround for this by Steven. https://stackoverflow.com/questions/64045477/how-to-make-command-to-wait-until-all-events-triggered-against-it-are-completed/64117171#64117171
Here is again a question on it in the forum: https://discuss.axoniq.io/t/how-to-make-command-to-wait-until-all-events-triggered-against-it-are-completed-successfully/2724
Sorry, something went wrong.
Example component acting as a command gateway waiting for the query, …
6bdcb2f
…see #5
This might also be a source for the 'waiting command gateway' https://github.com/AxonIQ/code-samples/tree/master/subscription-query-rest
No branches or pull requests
A waiting command gateway should wait with the resolution of completable future until the projection update is delivered.
The text was updated successfully, but these errors were encountered: