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

[JOOQ] Fix pagination issue with jooq driver #5329

Closed
Arsnael opened this issue Nov 18, 2024 · 3 comments
Closed

[JOOQ] Fix pagination issue with jooq driver #5329

Arsnael opened this issue Nov 18, 2024 · 3 comments
Assignees

Comments

@Arsnael
Copy link
Member

Arsnael commented Nov 18, 2024

The pagination bug identified on the reactor pipeline with JOOQ, adding the need to use .collectList() + flatMapIterables() for workaround it isn't clean and needs to be addressed before being able to propose to the community the merge of Postgresql branch into master.

Investigate and find a way either:

  • avoiding the bug (without the current workaround)
  • fixing the bug in JOOQ's code
@vttranlina
Copy link
Member

The hanging issue is not only come of jooq,
But also come from r2dbc-postgresql
pgjdbc/r2dbc-postgresql#650

@chibenwa
Copy link
Member

chibenwa commented Nov 20, 2024

Still the case with code you pasted?

Maybe we could retry with R2DBC latest vrsion,
Screenshot test behaviour,
And ping r2dbc on the above ticket to tell them it is still happening with those evidences.

@vttranlina
Copy link
Member

Still the case with code you pasted?

yes

Maybe we could retry with R2DBC latest vrsion,

I attempted the latest r2dbc-postgresql version, but it still failed. I have also updated the status in the r2dbc-postgresql issue repository.

@Arsnael Arsnael closed this as completed Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants