KIP-278 — Add version option to Kafka's commands
Accepted Kafka 2.0 Admin
Adds a --version flag to all Kafka CLI tools (kafka-topics.sh, kafka-console-producer.sh, etc.) that prints the tool's version string and exits. There was no standard way to determine which Kafka version a CLI binary corresponded to, making it difficult to diagnose version mismatches in mixed-version deployments or when tools are copied to remote hosts.
Details
| Author | Sasaki Toru |
| Status | Accepted |
| Kafka Version | 2.0 |
| JIRA | KAFKA-2061 |
| Wiki | View on Apache Wiki |
| Created | 2018-04-02 |
| Last Modified | 2018-05-24 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.