mjsax commented on code in PR #16791: URL: https://github.com/apache/kafka/pull/16791#discussion_r1704715322
########## streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java: ########## @@ -292,7 +292,7 @@ Cancellable schedule(final Duration interval, * (including the currently processed record), i.e., it can be considered a high-watermark. * Stream-time is tracked on a per-task basis and is preserved across restarts and during task migration. * - * <p> Note: this method is not supported for global processors (cf. {@link Topology#addGlobalStore} (...) Review Comment: There is still a `addGlobalStore()` method we should link look ########## streams/src/main/java/org/apache/kafka/streams/processor/api/ProcessingContext.java: ########## @@ -201,7 +201,7 @@ Cancellable schedule(final Duration interval, * (including the currently processed record), i.e., it can be considered a high-watermark. * Stream-time is tracked on a per-task basis and is preserved across restarts and during task migration. * - * <p> Note: this method is not supported for global processors (cf. {@link Topology#addGlobalStore} (...) + * <p> Note: this method is not supported for global processors (...) * and {@link StreamsBuilder#addGlobalStore} (...), Review Comment: As above. -- 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