-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.13.0
-
Fix Version/s: 1.13.0
-
Component/s: Connectors / JDBC, Table SQL / Ecosystem
-
Labels:
Currently, there are multiple places to establish jdbc connection, several of them were written before introducing of JdbcConnectionProvider in FLINK-15782. We need to migrate these classes for reasons:
- Code reusability.
- Circumvent pitfalls of DriverManager such as
FLINK-19435and possible others in one place.
- links to