aloknnikhil commented on a change in pull request #9916:
URL: https://github.com/apache/kafka/pull/9916#discussion_r560376769



##########
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##########
@@ -1255,6 +1282,15 @@ object KafkaConfig {
       .define(PasswordEncoderCipherAlgorithmProp, STRING, 
Defaults.PasswordEncoderCipherAlgorithm, LOW, PasswordEncoderCipherAlgorithmDoc)
       .define(PasswordEncoderKeyLengthProp, INT, 
Defaults.PasswordEncoderKeyLength, atLeast(8), LOW, PasswordEncoderKeyLengthDoc)
       .define(PasswordEncoderIterationsProp, INT, 
Defaults.PasswordEncoderIterations, atLeast(1024), LOW, 
PasswordEncoderIterationsDoc)
+
+      /** ********* Raft Quorum Configuration *********/
+      .define(QuorumVotersProp, LIST, Defaults.QuorumVoters, HIGH, 
QuorumVotersDoc)

Review comment:
       That makes sense. I didn't know about the internal definition. Changed.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to