westphal-jan commented on a change in pull request #15140: URL: https://github.com/apache/flink/pull/15140#discussion_r594311444
########## File path: flink-connectors/flink-connector-rabbitmq2/src/main/java/org/apache/flink/connector/rabbitmq2/source/README.md ########## @@ -0,0 +1,63 @@ +# RabbitMQ Source + +Flink's RabbitMQ connector provides a source which enables you to receive messages from a RabbitMQ +queue in three different consistency modes: at-most-once, at-least-once, and exactly-once. + +## Consistency Behaviour +With __at-most-once__, the source will reach each message and automatically acknowledges it to Review comment: Done. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org