ConnectionClosedException with R2DBC

278 views
Skip to first unread message

ali koudri

unread,
Apr 22, 2024, 11:31:23 AM4/22/24
to r2dbc
Hi,

I am currently using R2DBC connector with Postgresql. Although my configuration seems good and everything is working fine when I perform a request, I have always the same error message at each request on the database:

[reactor-tcp-epoll-1] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped
io.r2dbc.postgresql.client.ReactorNettyClient$PostgresConnectionClosedException: Connection closed

I have not found anything on the internet regarding this issue. If anybody has any clue on this topic, it would be very helpful ! Thx.

Michael McMahon

unread,
Apr 22, 2024, 12:29:53 PM4/22/24
to r2dbc
I had a similar issue for Oracle R2DBC: https://github.com/oracle/oracle-r2dbc/issues/133
In my case, this happened when I combined concatDelayError and doOnCancel operators: https://github.com/oracle/oracle-r2dbc/pull/134

Hope this helps!

ali koudri

unread,
Apr 23, 2024, 3:16:12 AM4/23/24
to r2dbc
Thank you very much Michael. I will let you know if it helped.

Regards,
A.

Reply all
Reply to author
Forward
0 new messages