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

[ISSUE #88] Introduce format parameter configuration to support different serialization and deserialization formats provided by Flink #89

Open leosanqing opened 1 year ago

leosanqing commented 1 year ago

Background

rocketmq-flink connector. Now the format only supports the default format, and cannot expand other formats.

This pr refers to the implementation of kafka, and expands the format to the format officially supported by flink Such as JSON and csv etc.

TODO

  1. key deserialization
lizhimins commented 7 months ago

LGTM,there are some conflicts that could be modified.