grpc
This is an old revision of the document!
gRPC
Some changes I would make to gRPC, if I needn't worry about backwards compatibility.
Statusshould not have the static members for each Code.Statusfactory constructors should have required a String for the reason, rather than leaving it optional. It's too easy to forget.StatusRuntimeExceptionandStatusExceptionshould have been namedStatusExceptionandStatusCheckedException. The SRE version is too long, and by far the more common.- Same with
Status.asRuntimeException(). It's common enough that it deserves a shortname.
grpc.1783702182.txt.gz · Last modified: by carl
