ConnectionFactory
lacks a configuration option for closing the DataSource
#3141
Labels
appenders:JDBC
Issue concerning the JDBC appender
While the
ConnectionFactory
connection source is the easiest way to implement custom connection sources, it currently does not provide an option to close theDataSource
.The closure of a
DataSource
created byConnectionFactory
must be done via external means.The text was updated successfully, but these errors were encountered: