Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

In our production, we create Flink Session Cluster and users can perform OLAP query in it. Users like to use Jdbc Driver in their applications Jdbc Driver is used to submit queries and get results. Currently we use the old to SqlGateway. There are old repositories flink-sql-gateway[1] and flink-jdbc-driver[2] ,  but when we try to upgrade our Flink Session Cluster, We meet compatibility problemwhich support submitting query to older flink cluster version. But for the latest flink version there are compatibility problems. Flink Sql Gateway has been a submodule in Flink, and the API has been greatly optimized. The old Flink JDBC Driver cannot connect to the new Gateway directly which cause we cannot upgrade our Flink version. In this FLIP, I'd like to introduce Flink Jdbc Driver module in Flink to connect Gateway, users can use Jdbc Driver to submit their queries and get results like a database in their applications.

...