rocketmq-flink icon indicating copy to clipboard operation
rocketmq-flink copied to clipboard

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.

Results 54 rocketmq-flink issues
Sort by recently updated
recently updated
newest added

close #35 Use `DefaultLitePullConsumer` model instead of default pull consumer. Tips Thank you very much for contributing to Apache rocketmq-flink. What is the purpose of the pull request *solve some...

enhancement

Port RocketMQSink to FLIP-143

org.apache.rocketmq:schema-registry-client non-existent

have or not a plan to split flink/rocketMq different version for more flexible version adaptation in flink and rocketMq

## Are you using RocketMQ Flink? If you are using RocketMQ Flink, first we would like to Thank You. Here, we sincerely invite you to take a minute to feedback...

help wanted

See description in RocketMQ, ``` /** * @deprecated * Default pulling consumer. * This class will be removed in 2022, and a better implementation {@link DefaultLitePullConsumer} is recommend to use...

enhancement

How do I set up stateBackend and save checkpoints in HDFS?

question

The following files had format violations: [ERROR] src/main/java/org/apache/rocketmq/flink/sink/table/RocketMQDynamicTableSink.java [ERROR] @@ -199,7 +199,8 @@ [ERROR] ········return·producerProps; [ERROR] ····} [ERROR] [ERROR] -····protected·static·RowTypeInfo·convertToRowTypeInfo(DataType·fieldsDataType,·String[]·fieldNames)·{ [ERROR] +····protected·static·RowTypeInfo·convertToRowTypeInfo( [ERROR] +············DataType·fieldsDataType,·String[]·fieldNames)·{ [ERROR] ········final·TypeInformation[]·fieldTypes·= [ERROR] ················fieldsDataType.getChildren().stream() [ERROR] ························.map(LegacyTypeInfoDataTypeConverter::toLegacyTypeInfo)...

Message order needs to be guaranteed

enhancement