mingyen066 commented on code in PR #18767:
URL: https://github.com/apache/kafka/pull/18767#discussion_r1938760663
##########
clients/src/test/java/org/apache/kafka/clients/ClientUtilsTest.java:
##########
@@ -96,6 +100,20 @@ public void
testParseAndValidateAddressesWithReverseLookup() {
}
}
+ static Stream<List<String>> provideValidBrokerAddressTestCases() {
+ return Stream.of(
Review Comment:
the new line separated addresses seems invalid in 3.9. I have added to
invalid tests cases
--
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]