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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java:
##########
@@ -554,9 +554,9 @@ public final <K, V> void addSink(final String name,
         nodeGroups = null;
     }
 
-    public final <KIn, VIn, KOut, VOut> void addProcessor(final String name,
-                                                          final 
ProcessorSupplier<KIn, VIn, KOut, VOut> supplier,
-                                                          final String... 
predecessorNames) {
+    public final void addProcessor(final String name,

Review Comment:
   Side cleanup. We don't get (and don't need) any type verification here. So 
removing unnecessary generic types



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