RE: Datastream api implementation of a third party pyflink connector

2021-07-19 Thread Wang, Zhongle
api implementation of a third party pyflink connector Hi Zhongle Wang, Your understanding is correct. Firstly, you need to provide an implementation of a java connector, then add this jar to the dependency[1], and finally add a python connector wrapper. [1] https://ci.apache.org/projects/flink

Re: Datastream api implementation of a third party pyflink connector

2021-07-19 Thread Xingbo Huang
Hi Zhongle Wang, Your understanding is correct. Firstly, you need to provide an implementation of a java connector, then add this jar to the dependency[1], and finally add a python connector wrapper. [1] https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/python/faq/#adding-jar-