qingwei91 commented on code in PR #12166: URL: https://github.com/apache/kafka/pull/12166#discussion_r910374760
########## streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamJoinTest.java: ########## @@ -333,6 +352,87 @@ public void shouldJoinWithCustomStoreSuppliers() { runJoin(streamJoined.withOtherStoreSupplier(otherStoreSupplier), joinWindows); } + @Test + public void shouldThrottleEmitNonJoinedOuterRecordsEvenWhenClockDrift() { Review Comment: I am happy to defer to you or fellow contributors/maintainers. My personal view is that the behavior change is quite subtle, so having test to codify it is useful, but if we are happy to merge it without unit test I am happy too -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org