Package com.hazelcast.jet.grpc
Class GrpcProperties
java.lang.Object
com.hazelcast.jet.grpc.GrpcProperties
Properties of the grpc module
- Since:
- Jet 4.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HazelcastProperty
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 final HazelcastProperty
Time to wait for clean shutdown of aManagedChannel
-
Method Summary
-
Field Details
-
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
Time to wait for clean shutdown of aManagedChannel
The default value is 1 s
-