You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/02 10:03:49 UTC

[GitHub] [rocketmq-flink] dcy652701 opened a new issue #18: Can't find constructor RocketMQSource(KeyValueDeserializationSchema schema, Properties props)

dcy652701 opened a new issue #18:
URL: https://github.com/apache/rocketmq-flink/issues/18


   The README guide told to use RocketMQSource(KeyValueDeserializationSchema<OUT> 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-flink] SteNicholas commented on issue #18: Can't find constructor RocketMQSource(KeyValueDeserializationSchema schema, Properties props)

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on issue #18:
URL: https://github.com/apache/rocketmq-flink/issues/18#issuecomment-963761473


   @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?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org