aljoscha commented on a change in pull request #11622: 
[FLINK-16913][configuration, statebackend] Migrated StateBackends to use 
ReadableConfig instead of Configuration
URL: https://github.com/apache/flink/pull/11622#discussion_r402430561
 
 

 ##########
 File path: 
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBOptions.java
 ##########
 @@ -47,9 +48,10 @@
         * Choice of timer service implementation.
         */
        @Documentation.Section(Documentation.Sections.STATE_BACKEND_ROCKSDB)
-       public static final ConfigOption<String> TIMER_SERVICE_FACTORY = 
ConfigOptions
+       public static final ConfigOption<PriorityQueueStateType> 
TIMER_SERVICE_FACTORY = ConfigOptions
 
 Review comment:
   Is it a problem that the type of the config option changes. You mentioned to 
me before that this could impact users, which is correct.
   
   I would not be too worried, though, because most users probably would not 
use this in code but rather in the yaml config.

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


With regards,
Apache Git Services

Reply via email to