Balint Molnar created KAFKA-5103: ------------------------------------ Summary: 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)