getindata / flink-http-connector

Http Connector for Apache Flink. Provides sources and sinks for Datastream , Table and SQL APIs.
Apache License 2.0
136 stars 39 forks source link

Issue54 Fix class loader and Prefixed Config option issues #68

Closed davidradl closed 7 months ago

davidradl commented 8 months ago

Description

The connector did not work when using the sql-client t Flink 1.16. This is because Flink 1.16 introduced a new way to load classes, which meant the existing code failed for 2 reasons:

This fix

Resolves issue 54

PR Checklist
davidradl commented 8 months ago

I installed the Checkstyle plugin - it has been complaining in the local build, but it is clean locally - if there is an import order issue - I can tweak the order.