bbejeck commented on code in PR #18238:
URL: https://github.com/apache/kafka/pull/18238#discussion_r1890409074
##########
streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java:
##########
@@ -105,8 +111,8 @@ void register(final StateStore store,
/**
* Schedule a periodic operation for processors. A processor may call this
method during
- * {@link Processor#init(ProcessorContext) initialization} or
- * {@link Processor#process(Object, Object) processing} to
+ * {@link
org.apache.kafka.streams.kstream.ValueTransformer#init(ProcessorContext)
initialization} or
+ * {@link
org.apache.kafka.streams.kstream.ValueTransformer#transform(Object)
processing} to
Review Comment:
Why mention `ValueTransformer`? Is this intentional?
--
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]