azagrebin commented on a change in pull request #8459: [FLINK-12476] [State TTL] Consider setting a default background cleanup strategy in StateTtlConfig URL: https://github.com/apache/flink/pull/8459#discussion_r285585494
########## File path: docs/dev/stream/state/state.md ########## @@ -400,6 +400,37 @@ This option is not applicable for the incremental checkpointing in the RocksDB s - For existing jobs, this cleanup strategy can be activated or deactivated anytime in `StateTtlConfig`, e.g. after restart from savepoint. +#### Cleanup in background + +Besides cleanup in full snapshot, you also can activate the cleanup in background. The option will adapt Review comment: `Besides cleanup in full snapshot, you can also activate the cleanup in background. The following option will activate a default background cleanup in `StateTtlConfig` if it is supported for the used backend:` then code example ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
