Skip to content

need to implement Stream queries #1154

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

Closed
mikereiche opened this issue Jul 7, 2021 · 1 comment
Closed

need to implement Stream queries #1154

mikereiche opened this issue Jul 7, 2021 · 1 comment
Assignees
Labels
type: bug A general bug

Comments

@mikereiche
Copy link
Collaborator

mikereiche commented Jul 7, 2021

AbstractCouchbaseQuery needs to implement Stream queries :

	} else if (getQueryMethod().isStreamQuery()) {
		return (q, t, c) -> operation.matching(q.with(accessor.getPageable())).stream();

ReactiveAbstractCouchbaseQuery needs to implement Stream queries. It cannot do exactly as AbstractCouchbaseQuery, though, because all reactive queries have isStreamQuery() == true;

@mikereiche mikereiche self-assigned this Jul 21, 2021
@mikereiche mikereiche added the type: bug A general bug label Jul 21, 2021
@mikereiche
Copy link
Collaborator Author

The issue has been looked at and the solution was posted when the issue was opened.
The solution is included in #1149 and will be available in the release after that pull request is merged.

FYI - customers are encouraged to create pull requests for issues affecting them. We will review and merge the requests if appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant