chia7712 commented on code in PR #23200:
URL: https://github.com/apache/kafka/pull/23200#discussion_r3871344952


##########
streams/src/test/java/org/apache/kafka/streams/processor/WallclockTimestampExtractorTest.java:
##########
@@ -35,29 +32,8 @@ public void extractSystemTimestamp() {
         final long timestamp = extractor.extract(new 
ConsumerRecord<>("anyTopic", 0, 0, null, null), 42);

Review Comment:
   We should set an explicit record timestamp to verify that 
`WallclockTimestampExtractor` ignores both the record timestamp and the 
partition time, and returns the wall-clock time instead.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to