UladzislauBlok commented on code in PR #22570:
URL: https://github.com/apache/kafka/pull/22570#discussion_r3410194394


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableImpl.java:
##########
@@ -1438,4 +1436,78 @@ private static void maybeSetOutputVersioned(final 
GraphNode tableNode,
             tableNode.setOutputVersioned(materializedInternal.storeSupplier() 
instanceof VersionedBytesStoreSupplier);
         }
     }
+
+    private static class SubscriptionSinkPartitioner<K, KO> implements 
StreamPartitioner<KO, SubscriptionWrapper<K>> {

Review Comment:
   Lambda has no headers available, so we need to implement interface



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