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.