jsancio commented on code in PR #15986:
URL: https://github.com/apache/kafka/pull/15986#discussion_r1610641974
##########
core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala:
##########
@@ -1366,6 +1368,26 @@ class KafkaConfigTest {
assertEquals(expectedVoters, addresses)
}
+ @Test
+ def testParseQuorumBootstrapServers(): Unit = {
Review Comment:
Okay. It does look like there are bugs in the implementation of
`Utils.getHost` and `Utils.getPort`. I don't really want to fix them in this
PR. I created this issue: https://issues.apache.org/jira/browse/KAFKA-16824
--
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]