prat0318 opened a new pull request #10083: URL: https://github.com/apache/kafka/pull/10083
kafka.apache.org IP resolution count keeps on varying between 2 and 3, but this should not affect the tests. Removing the test condition which depends on the fact that kafka.apache.org will resolve to 3 different IPs. As of now, kafka.apache.org is resolving to 2 IPs: ``` $ dig kafka.apache.org kafka.apache.org. 42 IN A 95.216.26.30 kafka.apache.org. 42 IN A 207.244.88.140 ``` ### 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. For queries about this service, please contact Infrastructure at: [email protected]
