KIP-1085 — Fix leaking *_DOC variables in StreamsConfig
Accepted Streams
Deprecates several `*_DOC` constants in `StreamsConfig` that have public visibility but are only used internally by `StreamsConfig` or `TopologyConfig`, with a plan to make them private in the next major release. Leaking internal documentation string constants as public API members unnecessarily enlarges the public surface area and risks accidental external usage that would prevent future refactoring.
Details
| Author | Ken Huang |
| Status | Accepted |
| Wiki | View on Apache Wiki |
| Created | 2024-08-29 |
| Last Modified | 2024-09-12 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.