conduktor.io ↗

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

Authorsanghyeok an
StatusDiscussion
JIRAKAFKA-17164
WikiView on Apache Wiki
Created2025-11-26
Last Modified2026-02-24
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.