public final class GrpcProperties extends Object
Modifier and Type | Field and Description |
---|---|
static 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. |
static HazelcastProperty |
SHUTDOWN_TIMEOUT
Time to wait for clean shutdown of a
ManagedChannel |
public static final HazelcastProperty DESTROY_TIMEOUT
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
public static final HazelcastProperty SHUTDOWN_TIMEOUT
ManagedChannel
The default value is 1 s
Copyright © 2023 Hazelcast, Inc.. All rights reserved.