Package com.hazelcast.jet.grpc
Class GrpcProperties
- java.lang.Object
-
- com.hazelcast.jet.grpc.GrpcProperties
-
public final class GrpcProperties extends java.lang.Object
Properties of the grpc module- Since:
- Jet 4.2
-
-
Field Summary
Fields Modifier and Type Field Description static HazelcastProperty
DESTROY_TIMEOUT
Time to wait forStreamObserver.onCompleted()
confirmation when destroying aBidirectionalStreamingService
You may want to increase this value when your gRPC calls take longer than 1 s to cleanly shutdown the service.static HazelcastProperty
SHUTDOWN_TIMEOUT
Time to wait for clean shutdown of aManagedChannel
-
-
-
Field Detail
-
DESTROY_TIMEOUT
public static final HazelcastProperty DESTROY_TIMEOUT
Time to wait forStreamObserver.onCompleted()
confirmation when destroying aBidirectionalStreamingService
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 aManagedChannel
The default value is 1 s
-
-