GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5467
[FLINK-8475][config][docs] Integrate HA options
## What is the purpose of the change
This PR integrates the HA `ConfigOptions` into the configuration docs
generator.
## Brief change log
* Add missing descriptions to config options (derived from existing
description/javadocs)
* integrate 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
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5467.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 #5467
----
commit ac26a32d8fa947706e8bc6f279a1fc5603c5cc41
Author: zentol <chesnay@...>
Date: 2018-01-30T13:38:10Z
[FLINK-8475][config][docs] Integrate HA options
----
---