We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e62cc8 commit 8be6b8eCopy full SHA for 8be6b8e
r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/MySqlConnectionFactory.java
@@ -163,7 +163,7 @@ private static Mono<MySqlConnection> getMySqlConnection(
163
password,
164
configuration.getCompressionAlgorithms(),
165
configuration.getZstdCompressionLevel(),
166
- configuration.getServerRSAPublicKeyFile()
+ configuration.getServerRsaPublicKeyFile()
167
).then(InitFlow.initSession(
168
client,
169
sessionDb,
0 commit comments