Hi David,
I verified signatures, built the tagged branch and ran unit and integration
tests. I found some flaky tests, as follows:
https://issues.apache.org/jira/browse/KAFKA-9691 (new)
https://issues.apache.org/jira/browse/KAFKA-9692 (new)
https://issues.apache.org/jira/browse/KAFKA-9283 (alread
Hi all,
I agree with Sachin.
It makes sense to break out some logic into separate classes, but you need to
be careful not to leak state from different threads or tasks into each other.
The easiest way to do this is to just instantiate your utilities in the
Processor init. Then, you’ll be sure
Thanks for the test failure reports, Tom. Tracking (and fixing) these is
important and will make future release managers have an easier time :)
-David
On Tue, Mar 10, 2020 at 10:16 AM Tom Bentley wrote:
> Hi David,
>
> I verified signatures, built the tagged branch and ran unit and integration