ableegoldman commented on code in PR #18015:
URL: https://github.com/apache/kafka/pull/18015#discussion_r1867473544


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/GroupedStreamAggregateBuilder.java:
##########
@@ -101,7 +101,7 @@ <KR, VR> KTable<KR, VR> build(final NamedInternal 
functionName,
             new StatefulProcessorNode<>(
                 aggFunctionName,
                 new ProcessorParameters<>(aggregateSupplier, aggFunctionName),
-                storeFactory
+                new String[] {storeFactory.storeName()}

Review Comment:
   this is the actual logical change cc @rodesai @guozhangwang 



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