You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current modification, option is changed from org.apache.rocketmq.flink.common.RocketMQOptions to org.apache.flink.connector.rocketmq.source.RocketMQSourceOptions. However, each key's name has been add a prefix of rocketmq.source.
It means that same sql ddl will throw exception if upgrade version of connector.
The text was updated successfully, but these errors were encountered:
In current modification, option is changed from
org.apache.rocketmq.flink.common.RocketMQOptions
toorg.apache.flink.connector.rocketmq.source.RocketMQSourceOptions.
However, each key's name has been add a prefix of rocketmq.source.It means that same sql ddl will throw exception if upgrade version of connector.
The text was updated successfully, but these errors were encountered: