DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
There are three main use cases for the above CLI tools, with the recommended steps, listed below:. In any case, it is assumed that the operator has stopped a node before unregistering it and does not intend to bring that node back in the near future. This is because after unregistering a node, the active controller no longer checks its supported feature levels when validating a feature upgrade.
Remove and unregister a KRaft voter in a dynamic quorum
- Stop the voter
- Run kafka-metadata-quorum remove-controller with --unregister
Unregister an observer controller in a static or dynamic quorum
- Stop the observer
- Run kafka-cluster unregister-controller
...
- Stop the voter who was mistakenly put in
controller.quorum.voters - Run kafka-cluster unregister-controller
- Ensure the stopped voter is not part of
controller.quorum.voterson any other every Kafka nodes
Proposed Changes
...