m1a2st commented on PR #20334:
URL: https://github.com/apache/kafka/pull/20334#issuecomment-3174529978

   The `bootstrap.servers` configuration requires further discussion. If we set 
its default value to `NO_DEFAULT_VALUE` and use the validator 
`ConfigDef.ValidList.anyNonDuplicateValues(false, false)`, initialization will 
fail because the default value does not pass the validator. One possible 
solution is to update the default value to `List.of("localhost:9092")`.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to