KIP-14 — Tools Standardization
Discussion Admin
Standardizes Kafka CLI tool argument naming conventions to use Unix-standard dash-separated flags (e.g., `--broker-list`) rather than dot-separated ones, and removes one-off flag names in favor of shared conventions across tools. Inconsistent argument styles across tools (dots vs. dashes vs. positional) increase the learning curve and break automation scripts when tools use idiosyncratic flag names.
Details
| Author | Jiangjie Qin |
| Status | Discussion |
| Wiki | View on Apache Wiki |
| Created | 2015-02-27 |
| Last Modified | 2015-04-09 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.