-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Skip output for @Aggregation
query methods using $out
or void
methods
#4088
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
Comments
We could determine the |
christophstrobl
added a commit
that referenced
this issue
Mar 22, 2023
…t stage. We now set the skipOutput flag if an annotated Aggregation defines an $out stage and when the method is declared to return no result (void / Mono<Void>, kotlin.Unit) Closes: #4088
christophstrobl
added a commit
that referenced
this issue
Mar 22, 2023
…t stage. We now set the skipOutput flag if an annotated Aggregation defines an $out stage and when the method is declared to return no result (void / Mono<Void>, kotlin.Unit) Closes: #4088
@Aggregation
query methods using $out
or void
methods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run an Aggregation which has $out at the end. $out put outputs millions of records, the repository tires to map it and fails with a heap error. I don't need the output at all
The text was updated successfully, but these errors were encountered: