agavra commented on code in PR #18048:
URL: https://github.com/apache/kafka/pull/18048#discussion_r1872283536
##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/graph/KTableKTableJoinNode.java:
##########
@@ -220,34 +198,26 @@ public KTableKTableJoinNodeBuilder<K, V1, V2, VR>
withJoinOtherStoreNames(final
}
public KTableKTableJoinNodeBuilder<K, V1, V2, VR>
withQueryableStoreName(final String queryableStoreName) {
- this.queryableStoreName = queryableStoreName;
Review Comment:
Oops! Good catch, it's no longer used I meant to remove the entire method.
--
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]