mjsax commented on code in PR #18238:
URL: https://github.com/apache/kafka/pull/18238#discussion_r1893042946


##########
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:
   Yes. `ValueTransformer` (while deprecated itself) is the last class which is 
still used via `KTAbel#transformValues()` which we did not yet deprecate... 
(There is ticket for it already: 
https://issues.apache.org/jira/browse/KAFKA-17178)
   
   So we cannot remove `ValueTransformer` yet, and it make sense to refer to it 
here IMHO.



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

Reply via email to