0

According to the docs here:

https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/connectors/

and

https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/connectors/

is it possible to create a custom ddl RabbitMQ connector to be used in pyflink TABLE API 1.11?

how?

1 Answers1

0

Firstly, you need to implement your custom connector implementation based on the interface provided by Java. Then you need to use the API or command line parameters to refer to the jar used which you can refer to https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/python/common_questions.html#adding-jar-files

David Anderson
  • 39,434
  • 4
  • 33
  • 60
Xingbo Huang
  • 363
  • 1
  • 5