mjsax commented on code in PR #18154:
URL: https://github.com/apache/kafka/pull/18154#discussion_r1881323365
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/ProcessorTopologyTest.java:
##########
@@ -1729,30 +1264,6 @@ public void process(final Record<String, String> record)
{
}
}
- /**
- * A processor that stores each key-value pair in an in-memory key-value
store registered with the context.
- */
- @SuppressWarnings("deprecation") // Old PAPI. Needs to be migrated.
- protected static class OldAPIStatefulProcessor extends
org.apache.kafka.streams.processor.AbstractProcessor<String, String> {
Review Comment:
There is already a `StatefulProcessor` for the new PAPI -- nothing to be
migrated -- deleting.
--
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]