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

   Rewrite `testListTopicsWithOptionListInternal` to explicitly create the 
`__consumer_offsets`
   topic via Admin rather than relying on a `consumer.poll(100ms)` to trigger 
group formation.
   
   The Scala predecessor of this test relied on `IntegrationTestHarness.setUp()`
   pre-creating `__consumer_offsets` via `createOffsetsTopic()`. The Java 
migration in
   #22290 replaced that with a `consumer.subscribe` + `poll(100ms)` sequence, 
which
   races against internal group join timing.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to