[ https://issues.apache.org/jira/browse/KAFKA-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232401#comment-14232401 ]
Jun Rao commented on KAFKA-1803: -------------------------------- Thanks for the patch. In the following, we can use the api that doesn't require the validator. .define(UncleanLeaderElectionEnableProp, BOOLEAN, Defaults.UncleanLeaderElectionEnable, null, MEDIUM, UncleanLeaderElectionEnableDoc) > UncleanLeaderElectionEnableProp in LogConfig should be of boolean > ----------------------------------------------------------------- > > Key: KAFKA-1803 > URL: https://issues.apache.org/jira/browse/KAFKA-1803 > Project: Kafka > Issue Type: Bug > Components: core > Reporter: Jun Rao > Labels: newbie > Fix For: 0.8.3 > > Attachments: KAFKA1803.patch > > > Now that KAFKA-1798 is fixed, we should define > UncleanLeaderElectionEnableProp as a boolean, instead of String in LogConfig > and get rid of the customized validation for boolean. -- This message was sent by Atlassian JIRA (v6.3.4#6332)