vvcephei commented on a change in pull request #9148: URL: https://github.com/apache/kafka/pull/9148#discussion_r472327085
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java ########## @@ -667,7 +674,7 @@ public void validateCopartition() { private void validateGlobalStoreArguments(final String sourceName, final String topic, final String processorName, - final ProcessorSupplier<?, ?> stateUpdateSupplier, + final ProcessorSupplier<?, ?, ?, ?> stateUpdateSupplier, Review comment: Sure; all we do it verify it's not null, but it doesn't hurt. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org