ableegoldman commented on code in PR #18015:
URL: https://github.com/apache/kafka/pull/18015#discussion_r1867472961
##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/CogroupedStreamAggregateBuilder.java:
##########
@@ -58,7 +58,7 @@ <KR> KTable<KR, VOut> build(final Map<KGroupedStreamImpl<K,
?>, Aggregator<? sup
final Serde<VOut> valueSerde,
final String queryableName,
final boolean isOutputVersioned) {
- processRepartitions(groupPatterns, storeFactory.name());
+ processRepartitions(groupPatterns, storeFactory.storeName());
Review Comment:
minor renaming to distinguish between this and a new/different "name" API
for the StoreFactory
--
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]