twalthr commented on a change in pull request #18622:
URL: https://github.com/apache/flink/pull/18622#discussion_r801466949



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/AkkaOptions.java
##########
@@ -299,6 +300,7 @@
     @Deprecated
     public static final ConfigOption<String> WATCH_HEARTBEAT_PAUSE =
             ConfigOptions.key("akka.watch.heartbeat.pause")
+                    .stringType()

Review comment:
       @matriv Did you consider to use the `durationType`? If the string format 
is the same and we can avoid side effects, we should definitely try to 
introduce the proper type for all intervals.




-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to