jeqo commented on a change in pull request #11356:
URL: https://github.com/apache/kafka/pull/11356#discussion_r715015262



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamJoin.java
##########
@@ -200,11 +217,11 @@ private void emitNonJoinedOuterRecords(final 
KeyValueStore<TimestampedKeyAndJoin
             // throttle the emit frequency to a (configurable) interval;
             // we use processing time to decouple from data properties,
             // as throttling is a non-functional performance optimization
-            if (context.currentSystemTimeMs() < 
sharedTimeTracker.nextTimeToEmit) {
+            if (internalProcessorContext.currentSystemTimeMs() < 
sharedTimeTracker.nextTimeToEmit) {

Review comment:
       @vvcephei, I haven't found a way to get the current system time. Is 
there a better alternative than this?




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


Reply via email to