Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Resolved
-
None
-
None
Description
Currently, we only natively support very limited JDBC dialects in flink-jdbc. However, there are a lot of jdbc drivers in the world . We should expose the ability to users to make it pluggable.
Some initial ideas:
- expose a connector configuration to accept a JDBCDialect class name.
- find supported JDBCDialect via SPI.
A more detaited design should be proposed for disucssion.
Attachments
Issue Links
- is related to
-
FLINK-24253 Load JdbcDialects via Service Loaders
- Closed