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

Support "maxTime" in Querydsl queries #4554

Open
onmishkin opened this issue Nov 13, 2023 · 1 comment
Open

Support "maxTime" in Querydsl queries #4554

onmishkin opened this issue Nov 13, 2023 · 1 comment
Assignees
Labels
status: waiting-for-triage An issue we've not yet triaged type: enhancement A general enhancement

Comments

@onmishkin
Copy link

AFAICT there's no way to access MongoDB's "maximum query execution time" capability when Spring Data MongoDB's support for Querydsl.

Since I already had my own extension of QuerydslMongoPredicateExecutor (for unrelated reasons) I was able to extend it in a hacky way (by also extending SpringDataMongodbQuery and overriding its createQuery() method) but some cleaner way would be nice to have.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 13, 2023
@christophstrobl
Copy link
Member

Thank you for the suggestion. Let me take this to the team.

@christophstrobl christophstrobl added the type: enhancement A general enhancement label Nov 16, 2023
@christophstrobl christophstrobl self-assigned this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants