After upgrading to spring boot 2.6.6 in production, constantly experiencing db connection issues like
- com.microsoft.sqlserver.jdbc.SQLServerException: The query has timed out. The query has timed out.
- connection is broken
current version for jdbc is 5.3.18 and r2dbc is 1.1.7
Does anybody experiencing the same issue ?