chickenchickenlove opened a new pull request, #22202:
URL: https://github.com/apache/kafka/pull/22202

   ### Description
   This PR implement 
[KIP-1245](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1245%3A+Enforce+%27application.server%27+%3Cserver%3E%3A%3Cport%3E+format+at+config+level),
 which enforces the `application.server` host:port format during 
`StreamsConfig` construction.
   
   ### Changes
   - Add a `ConfigDef.Validator` for `application.server` to fail fast on 
invalid values in `StreamsConfig` instead of later in `HostInfo`.
   - Update an existing `StreamsConfigTest` case to use a valid 
`application.server` value.
   - Add test coverage for valid and invalid `application.server` values.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to