cmick commented on a change in pull request #16023: URL: https://github.com/apache/flink/pull/16023#discussion_r642932149
########## File path: flink-connectors/flink-connector-rabbitmq/src/main/java/org/apache/flink/streaming/connectors/rabbitmq/common/RMQConnectionConfig.java ########## @@ -343,6 +367,8 @@ public ConnectionFactory getConnectionFactory() // basicQos options for consumers private Integer prefetchCount; + private Integer deliveryTimeout; Review comment: Agree, it sounds more intuitive, thanks. Changed in 54b08d3 -- 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