lucliu1108 commented on code in PR #20968:
URL: https://github.com/apache/kafka/pull/20968#discussion_r2791175329


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/graph/ProcessorParameters.java:
##########
@@ -69,7 +74,7 @@ public void addProcessorTo(final InternalTopologyBuilder 
topologyBuilder, final
 
             final ProcessorSupplier<KIn, VIn, KOut, VOut> wrapped =
                 topologyBuilder.wrapProcessorSupplier(processorName, 
processorSupplier);
-
+            

Review Comment:
   Nit: extra spaces



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