-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Aggregation query method should be able to return Slice
and Stream
#3543
Comments
To serve a |
Hi Mark , Can I look into this issue ? It may take some time as I have to go through the aggregation code . Thanks |
Hi Mark I am stuck in setup of the code at my local.
this is what i am getting as the error
I think some more dependencies it is expecting , i tried to resolve this error but repeatedly dependencies are missing. |
I'd suggest sticking with Java 8 for now. |
Hi Mark Currently in the code it is possible to pass a pageable with sort option in the method annotated with aggregation. Like
If we pass pageable in the method , it returns paged response. but if we take return type as Slice , it doesnt work.
Is that what we need to fix ? Aggregation should be able to return Sliced response. |
|
Slice
and Stream
Let appendLimitAndOffsetIfPresent accept unary operators for adjusting limit/offset values instead of appendModifiedLimitAndOffsetIfPresent. Apply simple type extraction for Slice. Add support for aggregation result streaming. Extend tests, add author tags, update docs. See #3543. Original pull request: #3645.
No description provided.
The text was updated successfully, but these errors were encountered: