Yunyung commented on code in PR #20844:
URL: https://github.com/apache/kafka/pull/20844#discussion_r2508337172
##########
clients/src/test/java/org/apache/kafka/common/config/ConfigDefTest.java:
##########
Review Comment:
Could you cover the case have one element is empty string in List like ("a",
"", "a") and ("a", "", "c"). It’s possible, for example:
bootstrap.servers=localhost:9091,,localhost:9092 (Two consecutive commas; this
would result in List.of(localhost:9091, "", "localhost:9092")
And for completeness, should this kind of case be clarified in KIP?
--
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]