Re: [PR] MINOR: Update of the PAPI testing classes to the latest implementation [kafka]

2024-02-22 Thread via GitHub
mjsax merged PR #12740: URL: https://github.com/apache/kafka/pull/12740 -- 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:

Re: [PR] MINOR: Update of the PAPI testing classes to the latest implementation [kafka]

2023-10-12 Thread via GitHub
mjsax commented on code in PR #12740: URL: https://github.com/apache/kafka/pull/12740#discussion_r1357706271 ## streams/src/test/java/org/apache/kafka/test/MockProcessor.java: ## @@ -41,16 +42,14 @@ public MockProcessor() { delegate = new MockApiProcessor<>(); }