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

Consumer Issues #25

Closed AllKai closed 1 year ago

AllKai commented 2 years ago

Why is it that when "consumer.offset.reset.to" is set to "earliest", Flink will consume from the earliest offset instead of the submitted offset every time it is started,.

ShannonDing commented 1 year ago

it seems be caused by #19 .