oceanbase / flink-connector-oceanbase

Apache Flink Connector for OceanBase.
https://oceanbase.github.io/flink-connector-oceanbase/
Apache License 2.0
14 stars 6 forks source link

feat: use oceanbase-client and druid pool in jdbc mode #35

Closed whhe closed 1 year ago

whhe commented 1 year ago

In order to make it more convenient for users to use, we remove optional dependenies and shade all necessary dependencies to sql jar. Now the oceanbase connector alway uses oceanbase-client and alibaba druid on jdbc mode.