vladmihalcea / flexy-pool

FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand.
Apache License 2.0
1.09k stars 120 forks source link

Usage of DataSourceFactory #1

Closed nicolas-f closed 6 years ago

nicolas-f commented 10 years ago

Nice work; It should be interesting to define an implementation of org.osgi.service.jdbc.DataSourceFactory

vladmihalcea commented 10 years ago

Thanks for the input. I'll keep in mind to add support for OSGI. If you have other suggestions or you've been having bad experiences with the current CP solution configurations, let me know. I want to address as much of those as possible.

vladmihalcea commented 6 years ago

As long as the application can provide a DataSource to FlexyPool, it should be possible for the application to use the DataSourceFactory.