Hi Kafka Community, I would like to start the voting thread for KIP-1245.
This KIP adds a ConfigDef.Validator for application.server in StreamsConfig so that malformed values fail fast with a ConfigException during configuration construction, instead of failing later when KafkaStreams is constructed and HostInfo parses the endpoint. The validity rules are unchanged. Configurations that work today will continue to work, and configurations that already fail at runtime will now fail earlier with a clearer error. When you have bandwidth, please take a look. KIP: https://cwiki.apache.org/confluence/x/WIPMFw Discussion thread: https://lists.apache.org/thread/nnbzsojdsh93v0hf35mwg1povlk32c1t https://lists.apache.org/thread/m3tvlvlrvlnjx0sjpvb9qsd8hjoysprw Best Regards Sanghyeok An
