You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/25 04:28:05 UTC

[jira] [Commented] (KAFKA-2372) Copycat distributed config storage

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

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

GitHub user ewencp opened a pull request:

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

    KAFKA-2372: Add Kafka-backed storage of Copycat configs.

    This also adds some other needed infrastructure for distributed Copycat, most
    importantly the DistributedHerder, and refactors some code for handling
    Kafka-backed logs into KafkaBasedLog since this is shared betweeen offset and
    config storage.

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

    $ git pull https://github.com/ewencp/kafka kafka-2372-copycat-distributed-config

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

    https://github.com/apache/kafka/pull/241.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 #241
    
----
commit 22c1b1ea361e27e69f040445b99cb142d960a233
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2015-09-21T01:07:20Z

    KAFKA-2372: Add Kafka-backed storage of Copycat configs.
    
    This also adds some other needed infrastructure for distributed Copycat, most
    importantly the DistributedHerder, and refactors some code for handling
    Kafka-backed logs into KafkaBasedLog since this is shared betweeen offset and
    config storage.

----


> Copycat distributed config storage
> ----------------------------------
>
>                 Key: KAFKA-2372
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2372
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: copycat
>            Reporter: Ewen Cheslack-Postava
>            Assignee: Ewen Cheslack-Postava
>             Fix For: 0.9.0.0
>
>
> Add a config storage mechanism to Copycat that works in distributed mode. Copycat workers that start in distributed mode should use this implementation by default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)