GitHub user rnpridgeon opened a pull request: https://github.com/apache/kafka/pull/1132
KAFKA-3445 Currently the property TASKS_MAX_CONFIG is not validated against nonsensical values such as 0. This patch leverages the Range.atLeast() method to ensure value is at least 1. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rnpridgeon/kafka KAFKA-3445 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1132.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1132 ---- commit 8617218300d5af70a4dc62ac4de77f443291b5ed Author: Ryan P <ryan.n.pridg...@gmail.com> Date: 2016-03-24T14:56:11Z KAFKA-3445 add validator to TASKS_MAX_CONFIG ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---