- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Exceptions.InflightBytesLimitExceededException, Exceptions.InflightRequestsLimitExceededException
- Enclosing class:
- Exceptions
public static class Exceptions.InflightLimitExceededException
extends io.grpc.StatusRuntimeException
If FlowController.LimitExceededBehavior is set to Block and inflight limit is exceeded, this
exception will be thrown. If it is just a spike, you may retry the request. Otherwise, you can
increase the inflight limit or create more StreamWriter to handle your traffic.
- See Also:
- Serialized Form