apache / rocketmq-flink

RocketMQ integration for Apache Flink. This module includes the RocketMQ source and sink that allows a flink job to either write messages into a topic or read from topics in a flink job.
https://rocketmq.apache.org/
Apache License 2.0
141 stars 89 forks source link

Support the RocketMQ implementation of the Catalog interface #3

Closed SteNicholas closed 2 years ago

SteNicholas commented 3 years ago

The purpose of this issue

The Catalog interface is responsible for reading and writing metadata such as database/table/views/UDFs from a registered catalog in the Flink. RocketMQ-Flink should support the RocketMQ implementation of the Catalog interface. It requires the features of RocketMQ Schema Registry.