guozhangwang commented on a change in pull request #10869:
URL: https://github.com/apache/kafka/pull/10869#discussion_r651095121



##########
File path: streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java
##########
@@ -4615,7 +4732,110 @@ void to(final TopicNameExtractor<K, V> topicExtractor,
      * @see #foreach(ForeachAction)
      * @see #transform(TransformerSupplier, String...)
      */
-    void process(final ProcessorSupplier<? super K, ? super V> 
processorSupplier,
+    <KOut, VOut> void process(final ProcessorSupplier<? super K, ? super V, 
KOut, VOut> processorSupplier,
+                              final String... stateStoreNames);

Review comment:
       If any template type `K` could bind to `Void` then that seems fine -- I 
was not clear about this myself :P 




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to