GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5462
[FLINK-8475][config][docs] Integrate HA-ZK options
## What is the purpose of the change
This PR integrates the Zookeeper HA `ConfigOptions` into the configuration
docs generator.
## Brief change log
* Add `ConfigGroup` for zookeeper HA config options
* integrate zookeeper HA configuration table into `config.md`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 8475_ha_zk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5462.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 #5462
----
commit 14e168c1c9c526a5feb0cac5738ea9a3663b0466
Author: zentol <chesnay@...>
Date: 2018-01-23T12:50:32Z
[FLINK-8475][config][docs] Integrate HA-ZK options
----
---