Yanikovic commented on a change in pull request #15140:
URL: https://github.com/apache/flink/pull/15140#discussion_r594424568
##########
File path:
flink-connectors/flink-connector-rabbitmq2/src/main/java/org/apache/flink/connector/rabbitmq2/sink/README.md
##########
@@ -0,0 +1,63 @@
+# RabbitMQ Sink
+
+Flink's RabbitMQ connector provides a sink which enables you to publish your
stream directly
+to a RabbitMQ exchange in three different consistency modes: at-most-once,
at-least-once,
+and exactly-once. Furthermore, user defined publish options can be used to
customize each message
+options in regard to exchange and publish settings in the RabbitMQ context.
+
+## Consistency Behaviour
Review comment:
ConsistencyMode is a specific mode the user can set for the application
while Consistency Behaviour describes the way the different consistency modes
are achieved in practice.
Either way, we will change it to Consistency Modes.
----------------------------------------------------------------
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:
[email protected]