KIP-626 — Rename StreamsConfig config variable name
Accepted Kafka 2.7 Streams
Renames the `StreamsConfig` Java constant for `topology.optimizations` from `TOPOLOGY_OPTIMIZATION` to `TOPOLOGY_OPTIMIZATION_CONFIG` to match the `_CONFIG` suffix convention used by all other Streams configuration constants. The misnamed constant was an oversight that made the API inconsistent and harder to discover by convention.
Details
| Author | Matthias J. Sax |
| Status | Accepted |
| Kafka Version | 2.7 |
| JIRA | KAFKA-10168 |
| Wiki | View on Apache Wiki |
| Created | 2020-06-16 |
| Last Modified | 2020-06-19 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.