Class GrpcProperties

java.lang.Object
com.hazelcast.jet.grpc.GrpcProperties

public final class GrpcProperties
extends Object
Properties of the grpc module
Since:
4.2
  • Field Details

    • DESTROY_TIMEOUT

      public static final HazelcastProperty DESTROY_TIMEOUT
      Time to wait for StreamObserver.onCompleted() confirmation when destroying a BidirectionalStreamingService You may want to increase this value when your gRPC calls take longer than 1 s to cleanly shutdown the service.

      The default value is 1 s

    • SHUTDOWN_TIMEOUT

      public static final HazelcastProperty SHUTDOWN_TIMEOUT
      Time to wait for clean shutdown of a ManagedChannel

      The default value is 1 s