The partition reassignment tool does not have the ability to automatically generate a reassignment plan for decommissioning brokers yet. As such, the admin has to come up with a reassignment plan to move the replica for all partitions hosted on the broker to be decommissioned, to the rest of the brokers. This can be relatively tedious as the reassignment needs to ensure that all the replicas are not moved from the decommissioned broker to only one other broker. To make this process effortless, we plan to add tooling support for decommissioning brokers in the future.
EDP
- 1. GETTING STARTED
- 2. APIS
- 3. CONFIGURATION
- 4. DESIGN
- 5. IMPLEMENTATION
- 6. OPERATIONS
- 6.1 Basic Kafka Operations
- 6.1.1 Adding and removing topics
- 6.1.2 Modifying topics
- 6.1.3 Graceful shutdown
- 6.1.4 Balancing leadership
- 6.1.5 Checking consumer position
- 6.1.6 Mirroring data between clusters
- 6.1.7 Expanding your cluster
- 6.1.8 Decommissioning brokers
- 6.1.9 Increasing replication factor
- 6.2 Datacenters
- 6.3 Important Configs
- 6.3.1 Important Client Configs
- 6.3.2 A Production Server Configs
- 6.4 Java Version
- 6.5 Hardware and OS
- 6.5.1 OS
- 6.5.2 Disks and Filesystems
- 6.5.3 Application vs OS Flush Management
- 6.5.4 Linux Flush Behavior
- 6.5.5 Ext4 Notes
- 6.6 Monitoring
- 6.6.1 Selector Monitoring
- 6.6.2 Common Node Monitoring
- 6.6.3 Producer Monitoring
- 6.6.4 Consumer Monitoring
- 6.6.5 Connect Monitoring
- 6.6.6 Streams Monitoring
- 6.6.7 Others
- 6.7 ZooKeeper
- 6.7.1 Stable Version
- 6.7.2 Operationalization
- 7. SECURITY
- 7.1 Security Overview
- 7.2 Encryption and Authentication using SSL
- 7.3 Authentication using SASL
- 7.4 Authorization and ACLs
- 7.5 Incorporating Security Features in a Running Cluster
- 7.6 ZooKeeper Authentication
- 7.6.1 New Clusters
- 7.6.2 ZooKeeper SASL Authentication
- 7.6.3 ZooKeeper Mutual TLS Authentication
- 7.6.4 Migrating Clusters
- 7.6.5 Migrating the ZooKeeper Ensemble
- 7.6.6 ZooKeeper Quorum Mutual TLS Authentication
- 7.7 ZooKeeper Encryption
- 8. KAFKA CONNECT
- 9. KAFKA STREAMS
- Home
- Docs
- EDP
- 6. OPERATIONS
- 6.1.8 Decommissioning brokers