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

convertToRowTypeInfo() should return field name #7

Closed liyubin117 closed 2 years ago

liyubin117 commented 2 years ago

RocketMQDynamicTableSink#convertToRowTypeInfo() now just return field type information, so we don`t have the neccessary information to serialize field name to body, or use real field name instead of f0/f1.. relying on the order of field to identify the key column

I have enhanced the function in our department

duhenglucky commented 2 years ago

@liyubin117 would you like to add your information to this issue

liyubin117 commented 2 years ago

@duhenglucky my pleasure