Skip to content

Commit 63cc2f3

Browse files
KAFKA-18149: Docs improvement for dynamic kraft quorum (#18350)
* be specific that --command-config for add-controller needs to point to the to-be-added controller's config * be specific that `controller.quorum.bootstrap.servers` in the to-be-added controllers config needs to contain a controller in the quorum Reviewers: Mickael Maison <mimaison@apache.org>, Alyssa Huang <ahuang@confluent.io> --------- Signed-off-by: PoAn Yang <payang@apache.org>
1 parent 30cea6f commit 63cc2f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/operations/kraft.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ $ bin/kafka-metadata-quorum.sh --command-config config/controller.properties --b
206206

207207
Note that if there are any configs needed to be passed to the Admin Client, like the authentication configuration, please also include in the "controller.properties".
208208

209+
The `--command-config` needs to point to the to-be-added controller's configuration file.
210+
211+
Be sure that the `controller.quorum.bootstrap.servers` property in the specified `--command-config` file contains at least one controller currently in the quorum.
212+
209213
### Remove Controller
210214

211215
If the dynamic controller cluster already exists, it can be shrunk using the `bin/kafka-metadata-quorum.sh remove-controller` command. Use the remove-controller command before shutting down the controller to have it removed from the quorum first. When using broker endpoints use the --bootstrap-server flag:

0 commit comments

Comments
 (0)