KIP-648 — Renaming getter method for Interactive Queries
Accepted Kafka 2.5 Streams
Renames `KeyQueryMetadata` getter methods from `getActiveHost()`, `getStandbyHosts()`, and `getPartition()` to `activeHost()`, `standbyHosts()`, and `partition()` to match Kafka's convention of not using `get` prefixes for accessor methods. The methods were added in KIP-535 with `get` prefixes that violated the established Kafka API naming convention.
Details
| Author | John Thomas |
| Status | Accepted |
| Kafka Version | 2.5 |
| JIRA | KAFKA-6144 |
| Wiki | View on Apache Wiki |
| Created | 2020-07-28 |
| Last Modified | 2020-08-04 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.