conduktor.io ↗

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

AuthorJohn Thomas
StatusAccepted
Kafka Version2.5
JIRAKAFKA-6144
WikiView on Apache Wiki
Created2020-07-28
Last Modified2020-08-04
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.