aljoscha commented on a change in pull request #12006:
URL: https://github.com/apache/flink/pull/12006#discussion_r421353313



##########
File path: 
flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/internals/KeyedSerializationSchemaWrapper.java
##########
@@ -37,6 +37,10 @@ public 
KeyedSerializationSchemaWrapper(SerializationSchema<T> serializationSchem
                this.serializationSchema = serializationSchema;
        }
 
+       public SerializationSchema<T> getSerializationSchema() {

Review comment:
       Ok, that seems fine. Good to merge then.




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


Reply via email to