mirromutth / r2dbc-mysql

R2DBC MySQL Implementation
Apache License 2.0
656 stars 98 forks source link

Cannot exchange messages because the connection is closed #158

Open zhouzongbo opened 3 years ago

zhouzongbo commented 3 years ago

spring-data-r2dbc:1.1.3.RELEASE r2dbc-spi:0.8.2.RELEASE r2dbc-pool:0.8.3.RELEASE

I use r2dbc and spring gateway to record request message information. It runs normally in the test environment. The mysql version is 5.7. When I update to the production environment, the mysql version is 8.0, and a Cannot exchange messages because the connection is thrown. is closed, I want to know what caused this.

Yangshifu1024 commented 3 years ago

Any updates? I'm facing the same issue.