zentol commented on a change in pull request #16165:
URL: https://github.com/apache/flink/pull/16165#discussion_r656900838
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/AkkaOptions.java
##########
@@ -39,14 +42,24 @@
+ "memory footprint.");
/** Timeout for akka ask calls. */
- public static final ConfigOption<String> ASK_TIMEOUT =
+ public static final ConfigOption<Duration> ASK_TIMEOUT_DURATION =
Review comment:
We actually want to get rid of `Time` eventually because `Duration`
provides the same functionality. FLINK-14068
--
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]