[
https://issues.apache.org/jira/browse/FLINK-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053843#comment-16053843
]
ASF GitHub Bot commented on FLINK-6498:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4123#discussion_r122683792
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/HighAvailabilityOptions.java
---
@@ -128,6 +167,10 @@
key("high-availability.zookeeper.path.running-registry")
.defaultValue("/running_job_registry/");
+ public static final ConfigOption<String> ZOOKEEPER_CLIENT_ACL =
+ key("high-availability.zookeeper.client.acl")
+ .noDefaultValue();
--- End diff --
default should be "open"
> Migrate Zookeeper configuration options
> ---------------------------------------
>
> Key: FLINK-6498
> URL: https://issues.apache.org/jira/browse/FLINK-6498
> Project: Flink
> Issue Type: Sub-task
> Components: Distributed Coordination
> Reporter: Chesnay Schepler
> Assignee: Fang Yong
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)