chia7712 commented on code in PR #16906: URL: https://github.com/apache/kafka/pull/16906#discussion_r1727746889
########## streams/src/main/java/org/apache/kafka/streams/state/internals/CachingKeyValueStore.java: ########## @@ -95,18 +94,6 @@ QueryResult<?> apply( this.timestampedSchema = timestampedSchema; } - @SuppressWarnings("deprecation") // This can be removed when it's removed from the interface. - @Deprecated - @Override - public void init(final ProcessorContext context, - final StateStore root) { - initInternal(asInternalProcessorContext(context)); Review Comment: agree. @xijiu please apply "inline" to elsewhere, too -- 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