[ https://issues.apache.org/jira/browse/KAFKA-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813577#comment-13813577 ]
Neha Narkhede commented on KAFKA-1119: -------------------------------------- Turns out the right way to use the existing tool to specify more than one override is - ./bin/kafka-topics.sh --zookeeper localhost:2181 --topic topicconfigtest --alter --config retention.ms=180000 --config segment.ms=180000 > Kafka 0.8.1 overwrites previous per topic config changes > -------------------------------------------------------- > > Key: KAFKA-1119 > URL: https://issues.apache.org/jira/browse/KAFKA-1119 > Project: Kafka > Issue Type: Bug > Components: config > Affects Versions: 0.8.1 > Reporter: Neha Narkhede > Assignee: Neha Narkhede > Priority: Blocker > > kafka-topics --alter --config overwrites the previous per topic configs. > There is no way to override more than one per topic config for the same topic -- This message was sent by Atlassian JIRA (v6.1#6144)