Skip to content

Commit

Permalink
Add kafka controller quorum constant (#1366)
Browse files Browse the repository at this point in the history
Signed-off-by: obaydullahmhs <[email protected]>
  • Loading branch information
obaydullahmhs authored Dec 17, 2024
1 parent f9bb8f9 commit 886ff39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/kubedb/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ const (
KafkaListenerSecurityProtocolMap = "listener.security.protocol.map"
KafkaControllerNodeCount = "controller.count"
KafkaControllerQuorumVoters = "controller.quorum.voters"
KafkaControllerQuorumBootstrapServers = "controller.quorum.bootstrap.servers"
KafkaControllerListenersName = "controller.listener.names"
KafkaInterBrokerListener = "inter.broker.listener.name"
KafkaNodeRole = "process.roles"
Expand Down

0 comments on commit 886ff39

Please sign in to comment.