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

'consumer.offset.reset.to' is not supported in sql api #12

Closed liyubin117 closed 2 years ago

liyubin117 commented 2 years ago

as document figured, consumer.offset.reset.to can be used to identify initial offset, in fact, throw exception as follow:

Unsupported options:
consumer.offset.reset.to
SteNicholas commented 2 years ago

@liyubin117, do you mean that the table opion of the RocketMQ source has no consumer.offset.reset.to opion?

liyubin117 commented 2 years ago

@liyubin117, do you mean that the table opion of the RocketMQ source has no consumer.offset.reset.to opion?

yes, very weird

SteNicholas commented 2 years ago

@liyubin117 , do you want to contribute this table option?

GOODBOY008 commented 2 years ago

@SteNicholas I'm very interested in this,please assign the issue to me.

liyubin117 commented 2 years ago

@SteNicholas sorry for the late reply, I am very glad to make a pull request. :)

liyubin117 commented 2 years ago

@SteNicholas Hi, could you please give a review? Thanks :)