senegalo commented on a change in pull request #12056:
URL: https://github.com/apache/flink/pull/12056#discussion_r446633193



##########
File path: 
flink-connectors/flink-connector-rabbitmq/src/main/java/org/apache/flink/streaming/connectors/rabbitmq/RMQSource.java
##########
@@ -77,6 +78,7 @@
        private final RMQConnectionConfig rmqConnectionConfig;
        protected final String queueName;
        private final boolean usesCorrelationId;
+       protected RMQDeserializationSchema<OUT> deliveryDeserializer;
        protected DeserializationSchema<OUT> schema;

Review comment:
       Elegant solution !! 




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


Reply via email to