Class RpcUtils


  • public class RpcUtils
    extends Object
    Utility functions for Flink's RPC implementation.
    • Field Detail

      • INF_TIMEOUT

        public static final Duration INF_TIMEOUT
        HACK: Set to 21474835 seconds, Pekko's maximum delay (Akka 2.4.20). The value cannot be higher or an IllegalArgumentException will be thrown during an RPC. Check the private method checkMaxDelay() in org.apache.pekko.actor.LightArrayRevolverScheduler.
      • INF_DURATION

        public static final Duration INF_DURATION