You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2013/11/05 03:34:17 UTC

[jira] [Commented] (KAFKA-1119) Kafka 0.8.1 overwrites previous per topic config changes

    [ 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)