lianetm opened a new pull request, #21060: URL: https://github.com/apache/kafka/pull/21060
This has been flaky, failing with "Topic does not exist" received in a response to a commit. This could happen given that the test had the default auto-commit enabled and was not explicitly closing the consumer (consumer.close triggered as part of the test infra tear down, which does close with timeout 0). Seems the topic could end up deleted before the auto-commit on close was processed. Disabling auto-commit, not needed for the test. -- 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]
