aloknnikhil commented on a change in pull request #9916:
URL: https://github.com/apache/kafka/pull/9916#discussion_r560612264
##########
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##########
@@ -574,6 +583,15 @@ object KafkaConfig {
val PasswordEncoderKeyLengthProp = "password.encoder.key.length"
val PasswordEncoderIterationsProp = "password.encoder.iterations"
+ /** ********* Raft Quorum Configuration *********/
+ val QuorumVotersProp = RaftConfig.QUORUM_VOTERS_CONFIG
Review comment:
Probably not. And as you said, only to keep it consistent with the other
props. I can go ahead and refer to the exported final string directly
----------------------------------------------------------------
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]