You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "John Roesler (Jira)" <ji...@apache.org> on 2021/06/11 20:16:00 UTC

[jira] [Created] (KAFKA-12939) After migrating processors, search the codebase for missed migrations

John Roesler created KAFKA-12939:
------------------------------------

             Summary: After migrating processors, search the codebase for missed migrations
                 Key: KAFKA-12939
                 URL: https://issues.apache.org/jira/browse/KAFKA-12939
             Project: Kafka
          Issue Type: Sub-task
            Reporter: John Roesler


This has to be done after all the other child tickets of KAFKA-8410. All the processors to be migrated were marked with:

`@SuppressWarnings("deprecation") // Old PAPI. Needs to be migrated.`

As a final pass, we should search the codebase to make sure we didn't miss anything. A good, broad search would be for the string "Old PAPI" and then scrutinize anything that matches.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)