KIP-324 — Add method to get metrics() in AdminClient
Accepted Kafka 2.1 AdminMetrics
Adds a metrics() method to the AdminClient class, returning the same JMX metrics map available on producer, consumer, and streams clients. AdminClient was the only Kafka client without a metrics() method, making it impossible to monitor connection pool health, request rates, or error rates for admin operations.
Details
| Author | Yishun Guan |
| Status | Accepted |
| Kafka Version | 2.1 |
| JIRA | KAFKA-6986 |
| Wiki | View on Apache Wiki |
| Created | 2018-06-26 |
| Last Modified | 2018-10-24 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.