Ability to make the connection factory with r2dbcProperties from ConnectionFactoryConfigurations createConnectionFactory. This feature is available in jdbc
At this stage, we have to manually create a connection with all the necessary parameters.
Comment From: bclozel
Sorry for the late reply.
I think this issue was meant for Spring Boot, as this class is not provided by Spring Framework.
At this point, you can use any of the ConnectionFactoryBuilder
static builder methods or even build a new one, deriving from an existing one.
This feature is available in jdbc
Could you point to the feature you're referring to? Please open a Spring Boot enhancement request with the requested information. Thanks!