KIP-239 — Add queryableStoreName() to GlobalKTable
Accepted Kafka 1.1 Streams
KIP-239 adds `GlobalKTable.queryableStoreName()` to the Kafka Streams API, mirroring the same method already available on `KTable`. Without it, code that constructs a `GlobalKTable` cannot retrieve the state store name for use in Interactive Queries without storing it separately at construction time.
Details
| Author | Zhihong Yu |
| Status | Accepted |
| Kafka Version | 1.1 |
| JIRA | KAFKA-6265 |
| Wiki | View on Apache Wiki |
| Created | 2017-12-12 |
| Last Modified | 2018-01-03 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.