mjsax commented on code in PR #18154: URL: https://github.com/apache/kafka/pull/18154#discussion_r1881324149
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/ProcessorTopologyTest.java: ########## @@ -1775,30 +1286,9 @@ public void process(final Record<String, String> record) { } } - @SuppressWarnings("deprecation") // Old PAPI. Needs to be migrated. - private <K, V> org.apache.kafka.streams.processor.ProcessorSupplier<K, V> define(final org.apache.kafka.streams.processor.Processor<K, V> processor) { Review Comment: just dropped this one -- not really useful to have.. -- 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