mjsax commented on PR #13860:
URL: https://github.com/apache/kafka/pull/13860#issuecomment-1748136807

   I identified one fundamental problem in 3.3 release -- a bug was introduced 
that fundamentally breaks KS systems tests using that version. This PR 
(https://github.com/apache/kafka/commit/fa0324485b1e76388bb15ea98170cfb9202aab1f)
 changes `ProcessorParameter` and allows `this.processorSupplier` to be `null` 
what breaks `toString()` method on the same class.
   
   It was fixed via 
https://github.com/apache/kafka/commit/0de037423bef416abd654bd8b90b642d56eb33ea 
but it's only included in 3.4.1 release -- while it was backported to `3.3` 
branch, too, we never did a bug fix release afterwards and thus the system test 
that pull release binaries only cannot pickup the cherry-pick.


-- 
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

Reply via email to