[
https://issues.apache.org/jira/browse/KAFKA-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978786#comment-15978786
]
ASF GitHub Bot commented on KAFKA-5103:
---------------------------------------
GitHub user baluchicken opened a pull request:
https://github.com/apache/kafka/pull/2888
KAFKA-5103 Refactor AdminUtils to use zkUtils methods instad of zkUtiā¦
@ijuma plz review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/baluchicken/kafka-1 KAFKA-5103
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2888.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 #2888
----
commit a0ac0defa6560a1a2734f0b7c115ce4f6b5f61a1
Author: Balint Molnar <[email protected]>
Date: 2017-04-21T14:07:23Z
KAFKA-5103 Refactor AdminUtils to use zkUtils methods instad of
zkUtils.zkClient
----
> Refactor AdminUtils to use zkUtils methods instad of zkUtils.zkClient
> ---------------------------------------------------------------------
>
> Key: KAFKA-5103
> URL: https://issues.apache.org/jira/browse/KAFKA-5103
> Project: Kafka
> Issue Type: Sub-task
> Components: admin
> Reporter: Balint Molnar
> Assignee: Balint Molnar
>
> Replace zkUtils.zkClient.createPersistentSequential(seqNode, content) to
> zkUtils.createSequentialPersistentPath(seqNode, content).
> The zkClient variant does not respects the Acl's.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)