[ 
https://issues.apache.org/jira/browse/KAFKA-7795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Arthur updated KAFKA-7795:
--------------------------------
    Description: 
It would be nice to perform some basic validation of the broker config so that 
things aren't unexpectedly overwritten.

For example,
{code:java}
unclean.leader.election.enable=false

// many other lines of config

unclean.leader.election.enable=true
{code}
By detecting duplicate keys in the config file, we can avoid such situations.

  was:
It would be nice to perform some basic validation of the broker config so that 
things aren't unexpectedly overwritten.

For example, 

{code}
unclean.leader.election.enable=false

// many other lines of config

unclean.leader.election.enable=true
{code}


> Broker fails on duplicate configuration keys
> --------------------------------------------
>
>                 Key: KAFKA-7795
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7795
>             Project: Kafka
>          Issue Type: Improvement
>          Components: config
>            Reporter: David Arthur
>            Priority: Minor
>
> It would be nice to perform some basic validation of the broker config so 
> that things aren't unexpectedly overwritten.
> For example,
> {code:java}
> unclean.leader.election.enable=false
> // many other lines of config
> unclean.leader.election.enable=true
> {code}
> By detecting duplicate keys in the config file, we can avoid such situations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to