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

Introduce an option for aggregate config that enables or disables returning resulting event to client on command execution. #1963

Merged
merged 10 commits into from
Jul 23, 2021

Conversation

const314
Copy link
Collaborator

To disable returning aggregate events to client on command execution, set aggregate's commandHttpResponseMode option to 'empty'
If the option is absent or set to 'event', resulting event will be returned to client (default behaviour)
Fixes #1876

@const314 const314 added the enhancement Issues related to potential improvements and new features label Jul 23, 2021
@const314 const314 requested a review from max-vasin July 23, 2021 07:25
@const314 const314 requested a review from resolve-bot as a code owner July 23, 2021 07:25
@const314 const314 merged commit bcef6fc into dev Jul 23, 2021
@const314 const314 deleted the feature/command-http-response-mode branch August 18, 2021 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues related to potential improvements and new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Commands return created event to client
2 participants