KIP-340 — Allow kafka-reassign-partitions.sh and kafka-log-dirs.sh to take admin client property file
Discussion Kafka 2.1 Admin
Adds a `--command-config` argument to both `kafka-reassign-partitions.sh` and `kafka-log-dirs.sh` so that arbitrary `AdminClient` properties (SSL, SASL, etc.) can be supplied via a properties file. Both tools hardcode `AdminClient` construction with only `bootstrap.servers`, making them unusable against TLS-secured clusters.
Details
| Author | Dong Lin |
| Status | Discussion |
| Kafka Version | 2.1 |
| JIRA | KAFKA-7147 |
| Wiki | View on Apache Wiki |
| Created | 2018-07-11 |
| Last Modified | 2018-08-07 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.