mjsax commented on code in PR #16791:
URL: https://github.com/apache/kafka/pull/16791#discussion_r1730426457
##########
streams/src/main/java/org/apache/kafka/streams/processor/api/ProcessingContext.java:
##########
@@ -201,8 +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} (...)
- * and {@link StreamsBuilder#addGlobalStore} (...),
+ * <p> Note: this method is not supported for global processors {@link
StreamsBuilder#addGlobalStore} (...)
Review Comment:
```suggestion
* <p> Note: this method is not supported for global processors {@link
Topology#addGlobalStore(StoreBuilder, String, Deserializer, Deserializer,
String, String, ProcessorSupplier)}
```
--
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]