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

Make job fail instead of finished when consumes exception when use l… #98

Open wydhcws opened 10 months ago

wydhcws commented 10 months ago

When use legacy source , we should catch and throw the exception in the source‘s main thread ,so that flink can stop with failed status but not finished status