conduktor.io ↗

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

AuthorDong Lin
StatusDiscussion
Kafka Version2.1
JIRAKAFKA-7147
WikiView on Apache Wiki
Created2018-07-11
Last Modified2018-08-07
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.