|
|
|
|
|
by skrtskrt
658 days ago
|
|
In years of developing pretty complex products with gRPC I don't think we've ever run into an issue or sharp corner. Having the libraries generating relatively optimized message parsers and server implementations and just throwing middlewares around them, with easy support for deprecating fields, enums, and a bunch of other goodies - all been a huge help and productivity gain. So much can be done by just understanding the gRPC config settings and throwing some bog-standard middlewares around things. |
|