Gerrrr commented on code in PR #12122:
URL: https://github.com/apache/kafka/pull/12122#discussion_r870251550


##########
streams/upgrade-system-tests-31/src/test/java/org/apache/kafka/streams/tests/StreamsUpgradeTest.java:
##########
@@ -63,21 +80,30 @@ public static void main(final String[] args) throws 
Exception {
         }));
     }
 
-    private static <KIn, VIn, KOut, VOut> ProcessorSupplier<KIn, VIn, KOut, 
VOut> printProcessorSupplier() {
+    private static void buildFKTable(final KStream<String, Integer> 
primaryTable,
+        final KTable<Integer, String> otherTable) {

Review Comment:
   Done in 
[d530a29](https://github.com/apache/kafka/pull/12122/commits/d530a29d1df6bb5302745c54ef08c83dc6c9c6de).



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to