KIP-1245 — Enforce 'application.server' <server>:<port> format at config level
Discussion Streams
Moves validation of the application.server config (must be <host>:<port> format) from KafkaStreams construction time to StreamsConfig construction time, enabling faster fail detection. The check currently happens at client construction, which is too late for frameworks that create StreamsConfig independently and want to surface configuration errors before instantiating the streams instance.
Details
| Author | sanghyeok an |
| Status | Discussion |
| JIRA | KAFKA-17164 |
| Wiki | View on Apache Wiki |
| Created | 2025-11-26 |
| Last Modified | 2026-02-24 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.