brandboat commented on code in PR #15758:
URL: https://github.com/apache/kafka/pull/15758#discussion_r1573311578
##########
clients/src/test/java/org/apache/kafka/clients/ClientUtilsTest.java:
##########
@@ -61,7 +61,7 @@ public void testParseAndValidateAddressesWithReverseLookup() {
assertTrue(validatedAddresses.size() >= 1, "Unexpected addresses " +
validatedAddresses);
List<String> validatedHostNames =
validatedAddresses.stream().map(InetSocketAddress::getHostName)
.collect(Collectors.toList());
- List<String> expectedHostNames = asList("93.184.216.34",
"2606:2800:220:1:248:1893:25c8:1946");
+ List<String> expectedHostNames = asList("93.184.215.14",
"2606:2800:220:1:248:1893:25c8:1946");
Review Comment:
Sorry, I read too quickly just now. Indeed, the IPv6 address I saw in tests
is also 2606:2800:21f:cb07:6820:80da:af6b:8b2c.
--
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]