Sorry, I forgot to copy the relevant text from the docs regarding this
library:

"If you want to develop a connector that needs to bridge with DataStream
APIs (i.e. if you want to adapt a DataStream connector to the Table API),
you need to add this dependency:"

As I said, it's still not clear to me when & how I should use this library
for reusing an existing DataStream connector.

Salva

On 2022/07/18 11:25:21 Salva Alcántara wrote:
> The following library is mentioned here:
> -
>
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#project-configuration
>
> ````
> <dependency>
>     <groupId>org.apache.flink</groupId>
>     <artifactId>flink-table-api-java-bridge</artifactId>
>     <version>1.16-SNAPSHOT</version>
>     <scope>provided</scope>
> </dependency>
> ```
>
> The following is stated:
>
> When developing the connector/format, we suggest shipping both a thin JAR
> > and an uber JAR, so users can easily load the uber JAR in the SQL
client or
> > in the Flink distribution and start using it. The uber JAR should
include
> > all the third-party dependencies of the connector, excluding the table
> > dependencies listed above.
>
>
> However, it's still not clear to me when I need to use this library. Can
> you please provide a concrete example?
>
> Regards,
>
> Salva
>

Reply via email to