vcrfxia commented on a change in pull request #11368: URL: https://github.com/apache/kafka/pull/11368#discussion_r735763202
########## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/ForeignJoinSubscriptionProcessorSupplier.java ########## @@ -69,9 +68,6 @@ public void init(final org.apache.kafka.streams.processor.ProcessorContext conte store = internalProcessorContext.getStateStore(storeBuilder); } - /** - * @throws StreamsException if key is null - */ Review comment: Yep that's correct. I happened to be in here and saw that the existing javadoc was outdated. -- 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