mjsax commented on code in PR #17190:
URL: https://github.com/apache/kafka/pull/17190#discussion_r1828530363
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/ProcessorTopologyTest.java:
##########
@@ -1776,27 +1229,6 @@ public void process(final Record<String, String> record)
{
}
}
- @SuppressWarnings("deprecation") // Old PAPI. Needs to be migrated.
Review Comment:
@pegasas -- i don't see any reply on this comment (3re one)
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/ProcessorTopologyTest.java:
##########
@@ -1776,27 +1229,6 @@ 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) {
- return () -> processor;
- }
-
- @SuppressWarnings("deprecation") // Old PAPI. Needs to be migrated.
Review Comment:
@pegasas -- i don't see any reply on this comment (last one)
--
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]