You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/04 18:25:52 UTC

[GitHub] [kafka] cmccabe commented on pull request #11659: KAFKA-13503: Validate broker configs for KRaft

cmccabe commented on pull request #11659:
URL: https://github.com/apache/kafka/pull/11659#issuecomment-1030241564


   Thanks for the PR, @dengziming.
   
   The broker validation needs to be done on the broker side, since the broker has access to information that the controller does not. For example, the broker knows whether a given file exists, and so can validate whether it is reasonable to set the SSL certificate to that file.
   
   KAFKA-13552 added this validation on the broker side. So I think we should close this PR as a duplicate.


-- 
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-unsubscribe@kafka.apache.org

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