You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/05 10:11:17 UTC

[GitHub] [flink] kl0u commented on a change in pull request #10997: [FLINK-15743][docs] Extend Flink 1.10 release notes

kl0u commented on a change in pull request #10997: [FLINK-15743][docs] Extend Flink 1.10 release notes
URL: https://github.com/apache/flink/pull/10997#discussion_r375165263
 
 

 ##########
 File path: docs/release-notes/flink-1.10.md
 ##########
 @@ -376,3 +406,8 @@ external thread). The methods `MailboxExecutor#yield()` or
 control to other actions temporarily, e.g., if the current operator is
 blocked. The `MailboxExecutor` can be accessed by using
 `YieldingOperatorFactory` (see `AsyncWaitOperator` for an example usage).
+
+#### Deprecation of OptionsFactory and ConfigurableOptionsFactory interfaces ([FLINK-14926](https://issues.apache.org/jira/browse/FLINK-14926))
+Interfaces `OptionsFactory` and `ConfigurableOptionsFactory` have been
+deprecated in favor of `RocksDBOptionsFactory` and
+`ConfigurableRocksDBOptionsFactory`, respectively.
 
 Review comment:
   Also it is worth mentioning removal of the already deprecated `-yst` flag mentioned here:
   
   https://issues.apache.org/jira/browse/FLINK-14957

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services