Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

[RDS] Use Spring Tomcat Datasource properties in default Tomcat datasource #739

@Kraignos

Description

@Kraignos

Would it be possible to get the following Spring datasource properties and integrate them in the TomcatJdbcDataSourceFactory class when you create a new datasource within the createDataSource method ?
For now, it is instanciated with the default values coming from the Tomcat class PoolProperties, but it makes sense to consider those properties that spring provides inside this default datasource factory.

This would allow us to override some configuration of the pool such as the timeouts, number of connections, etc. without having to create a configuration class for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: rdsRDS integration related issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions