KIP-1056 — Remove `default.` prefix for exception handler StreamsConfig
Accepted Kafka 4.0 Streams
Deprecates default.deserialization.exception.handler and default.production.exception.handler StreamsConfig keys and adds replacement names without the default. prefix (deserialization.exception.handler, production.exception.handler). The default. prefix implies that per-topic overrides are possible, but these handlers have no per-topic override mechanism, making the prefix semantically incorrect.
Details
| Author | Muralidhar Basani |
| Status | Accepted |
| Kafka Version | 4.0 |
| JIRA | KAFKA-16863 |
| Wiki | View on Apache Wiki |
| Created | 2024-06-08 |
| Last Modified | 2024-09-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.