Skip to content

Commit

Permalink
Add kafka controller quorum constant
Browse files Browse the repository at this point in the history
Signed-off-by: obaydullahmhs <[email protected]>
  • Loading branch information
obaydullahmhs committed Dec 12, 2024
1 parent 90dd367 commit 3a6e349
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 3a6e349

Please sign in to comment.