GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5390
[FLINK-8475][config][docs] Integrate SlotManager options
## What is the purpose of the change
This PR integrates the SlotManager `ConfigOptions` into the configuration
docs generator.
## Brief change log
* Add `ConfigGroup` for slotmanager config options
* integrate slotmanager 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_sm
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5390.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 #5390
----
commit 8b4efb9f09cd2d2ba3d68827e4c3c990e9bc2ceb
Author: zentol <chesnay@...>
Date: 2018-01-22T15:40:20Z
[FLINK-8475][config][docs] Integrate SlotManager options
----
---