Mickael Maison created KAFKA-18837:
--------------------------------------
Summary: Validate controller.quorum.fetch.timeout.ms is a positive
value
Key: KAFKA-18837
URL: https://issues.apache.org/jira/browse/KAFKA-18837
Project: Kafka
Issue Type: Bug
Reporter: Mickael Maison
We currently don't have a Validator when defining the
controller.quorum.fetch.timeout.ms configuration. Setting it to 0 or a negative
value does not make sense and prevents the broker from starting.
With a validator, the error would appear when the storage is formatted. Also it
would be show a meaningful valid values field in the broker configuration
documentation.
This is likely to apply to other quorum configurations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)