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 #105] Fix sink retryTimes does not work #106

Closed humkum closed 5 months ago

humkum commented 6 months ago

fix #105

  1. Complete the requiredOptions and optionalOptions
  2. Fix the order of retryTimes and sleepTimeMs
  3. Fix the retryTimes didn't work image