GitHub user azagrebin opened a pull request: https://github.com/apache/flink/pull/6379
[FLINK-9637] Add public user documentation for state TTL feature ## What is the purpose of the change Public user documentation for first iteration of state TTL feature ## Brief change log add TTL section in docs/dev/stream/state/state.md ## Verifying this change check TTL doc section ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (docs) You can merge this pull request into a Git repository by running: $ git pull https://github.com/azagrebin/flink FLINK-9637 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/6379.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 #6379 ---- commit 792ee6b75b8ba029dc040aa019bc6526dac7253b Author: Andrey Zagrebin <azagrebin@...> Date: 2018-07-20T12:57:08Z [FLINK-9637] Add public user documentation for state TTL feature ---- ---