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/07/20 13:25:00 UTC

[jira] [Commented] (KAFKA-5123) Refactor ZkUtils readData* methods

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

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

GitHub user baluchicken opened a pull request:

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

    KAFKA-5123 Refactor ZkUtils readData* methods

    

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

    $ git pull https://github.com/baluchicken/kafka-1 KAFKA-5123

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

    https://github.com/apache/kafka/pull/3554.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 #3554
    
----
commit a3cf1061727b9eef3899789aa482e8fb9c4534e2
Author: Balint Molnar <ba...@gmail.com>
Date:   2017-06-16T09:43:06Z

    KAFKA-5123 Refactor ZkUtils readData* methods

----


> Refactor ZkUtils readData* methods 
> -----------------------------------
>
>                 Key: KAFKA-5123
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5123
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Balint Molnar
>            Assignee: Balint Molnar
>            Priority: Minor
>             Fix For: 0.11.1.0
>
>
> Usually only the data value is required but every readData method in the ZkUtils returns a Tuple with the data and the stat.
> https://github.com/apache/kafka/pull/2888



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