tzulitai commented on a change in pull request #6105: [FLINK-8500] Get the 
timestamp of the Kafka message from kafka consumer
URL: https://github.com/apache/flink/pull/6105#discussion_r210810317
 
 

 ##########
 File path: 
flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/util/serialization/KeyedDeserializationSchema.java
 ##########
 @@ -54,4 +70,12 @@
         * @return True, if the element signals end of stream, false otherwise.
         */
        boolean isEndOfStream(T nextElement);
+
+       /**
+        * The TimestampType is introduced in the kafka clients 0.10+. This 
interface is also used for the Kafka connector 0.9
 
 Review comment:
   Capital k for Kafka

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to