You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (JIRA)" <ji...@apache.org> on 2019/04/11 08:29:00 UTC

[jira] [Created] (BEAM-7055) Add to JdbcIO a Datasource provider

Ismaël Mejía created BEAM-7055:
----------------------------------

             Summary: Add to JdbcIO a Datasource provider
                 Key: BEAM-7055
                 URL: https://issues.apache.org/jira/browse/BEAM-7055
             Project: Beam
          Issue Type: New Feature
          Components: io-java-jdbc
            Reporter: Ismaël Mejía


A new method like  {{withDatasourceFn(SerializableFunction<Void, Datasource> supplierFn)}} would add extra flexibility to users that need to parametrize JdbcIO with more trick configuration parameters by lazingly building it.

We should also refactor existing `DataSourceConfiguration` to comply with this provider style API as its default implementation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)