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

Can it support flink1.12.x version #17

Closed kongslove closed 2 years ago

SteNicholas commented 2 years ago

@kongslove , the RocketMQSource only supports the 1.13+ version of Flink, but the legacy RocketMQSourceFunction could support the 1.12.x version of Flink