You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/26 00:56:00 UTC

[jira] [Commented] (KAFKA-5508) Documentation for altering topics

    [ https://issues.apache.org/jira/browse/KAFKA-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062465#comment-16062465 ] 

ASF GitHub Bot commented on KAFKA-5508:
---------------------------------------

GitHub user huxihx opened a pull request:

    https://github.com/apache/kafka/pull/3429

    KAFKA-5508: Documentation for altering topics

    Operations documentation should guide user to employ `kafka-configs.sh` to add/remove configs for a topic.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/huxihx/kafka KAFKA-5508_Doc_for_altering_topics

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3429.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 #3429
    
----
commit ec66e8f1a6b14c47eaca0205d0ffedc76ce4ce53
Author: huxihx <hu...@hotmail.com>
Date:   2017-06-26T00:53:31Z

    KAFKA-5508: Documentation for altering topics
    
    Operations documentation should guide user to employ `kafka-configs.sh` to add/remove configs for a topic.

----


> Documentation for altering topics
> ---------------------------------
>
>                 Key: KAFKA-5508
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5508
>             Project: Kafka
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Tom Bentley
>            Assignee: huxihx
>            Priority: Minor
>
> According to the upgrade documentation:
> bq. Altering topic configuration from the kafka-topics.sh script (kafka.admin.TopicCommand) has been deprecated. Going forward, please use the kafka-configs.sh script (kafka.admin.ConfigCommand) for this functionality. 
> But the Operations documentation still tells people to use kafka-topics.sh to alter their topic configurations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)