-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
MongoDB - Batch Size On Aggregate Options #11565
Comments
/cc @loicmathieu |
@RronJahiri this should be easily feasible ;) I can do it or you can provide a PR if you want to contribute ? |
Okay i will do a PR. Thanks ! |
@loicmathieu sorry for this late response! I cannot do a PR because of some issues when getting Quarkus project. Could you please implement it? The same should also be implemented in the following class - Thank you. |
OK, I add this to my TODO list. |
May I try handle this issue? |
@lucasscharf someone already provides a pr for it. |
MongoDB - Batch Size On Aggregate Options & Find Options
Fixed by #12489 |
Describe the extension
On AggregateOptions in io.quarkus.mongodb package add batchSize variable because we want option that can get documents with batches not all documents at once.
Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).
Configuration suggestion
Additional context
(Add any other context about the proposal here.)
The text was updated successfully, but these errors were encountered: