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

Documentation does not match reality about RocketMQSink. #65

Closed GOODBOY008 closed 1 year ago

GOODBOY008 commented 1 year ago

Documentation does not match reality about RocketMQSink.

企业微信截图_16657406898846
deemogsw commented 1 year ago

The constructor of RocketMQSink has been revised. Now user should transform data to Message before useing sink function,so it's no need to specify a schema. The document needs to be updated.I will commit the correction.

GOODBOY008 commented 1 year ago

PR had merged https://github.com/apache/rocketmq-flink/commit/90b00be02dd019ffed48cbc35cd050b07c4a36ab .