KIP-536 — Propagate broker start time to Admin API
Discussion AdminProtocol
Adds a `startTimeMs` field to the `DescribeCluster` Admin API response (and the `Node` class) carrying each broker's start time in milliseconds. The only existing way to retrieve broker start times was to query ZooKeeper directly (`/brokers/ids/<id>`), which is a privileged operation and will be unavailable post-KIP-500.
Protocol Impact
Details
| Author | Noa Resare |
| Status | Discussion |
| Wiki | View on Apache Wiki |
| Created | 2019-10-14 |
| Last Modified | 2019-11-04 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.