KIP-233 — Simplify StreamsBuilder#addGlobalStore
Accepted Kafka 1.1 Streams
KIP-233 simplifies `StreamsBuilder.addGlobalStore()` by removing the `sourceName` and `processorName` string parameters, which were internal Processor API implementation details leaking into the DSL API. Users had to supply arbitrary internal node names that served no semantic purpose at the DSL level, making the API unnecessarily complex and error-prone.
Details
| Author | Panuwat Anawatmongkhon |
| Status | Accepted |
| Kafka Version | 1.1 |
| JIRA | KAFKA-6138 |
| Wiki | View on Apache Wiki |
| Created | 2017-12-04 |
| Last Modified | 2018-03-21 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.