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
139 stars 88 forks source link

Can it support flink 1.12? #22

Closed miaofu1997 closed 2 years ago

miaofu1997 commented 2 years ago

I'm currently using flink 1.12, but the whole project is based on flink 1.13. I tried to make some modifications to accomodate my flink version, only to find that there are more differences to modify than i expected. Need some help!

yangmingjie commented 2 years ago

https://github.com/apache/rocketmq-flink/issues/17

SteNicholas commented 2 years ago

@miaofu1997, the 1.12 version should be supported by yourselft. Because the RocketMQSource only supports the 1.13+ version of Flink, but the legacy RocketMQSourceFunction could support the 1.12.x version.