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

Can't find constructor RocketMQSource(KeyValueDeserializationSchema<OUT> schema, Properties props) #18

Closed dcy652701 closed 1 year ago

dcy652701 commented 2 years ago

The README guide told to use RocketMQSource(KeyValueDeserializationSchema schema, Properties props) for creating a source.But I can't find the constructor which has these two params. I can run on my IDEA

SteNicholas commented 2 years ago

@dcy652701 , thanks for the reportor of the problem in README.md. The RocketMQSource(KeyValueDeserializationSchema schema, Properties props) should be RocketMQSourceFunction(KeyValueDeserializationSchema schema, Properties props). Do you have interest to update this?

hunter-cloud09 commented 1 year ago

You can give it to me if you want