Only after performing the first SQL query (successfully), if I don't use a connection within the connection pool for 1 minute, the connection will "timeout" with a WARN message sayingConnection has been closed by peer(from classReactorNettyClient). ...
mp911deadded thestatus: waiting-for-feedbackWe need additional information before we can continuelabelJun 21, 2022 mp911dementioned this issueJun 29, 2022 Connection has been closed by peer [Connection pool not handle load properly]spring-projects/spring-data-r2dbc#766 Closed...
2021-05-14 19:31:49,225 [reactor-tcp-epoll-1] WARN [dev.miku.r2dbc.mysql.client.ReactorNettyClient] ReactorNettyClient.java:259 - Connection has been closed by peer 2021-05-14 19:31:49,228 [reactor-tcp-epoll-1] ERROR [reactor.core.publisher.Operators] Loggers.java:319 - Operator cal...
Hi@mirromutth, There is a question aboutConnection has been closed by peerwarning message (posted here because looks related with this thread) Environment Spring boot 2.3.4 Kotlin (java compat w/ 1.8) R2DBC-MySQL 0.8.2 (dev.miku:r2dbc-mysql:0.8.2.RELEASE) ...