lucasbru opened a new pull request, #15334:
URL: https://github.com/apache/kafka/pull/15334

   The main bug causing this test to fail as described in the ticket was 
already fixed.
   
   The test is still flaky if unchanged, because in the new consumer, the 
assignment can change in between two polls. Interceptors are only executed 
inside poll (and have to be, since they must run as part of the application 
thread), so we need to modify the integration test to call poll once after 
observing that the assignment changed.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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