关于[Reusing and Recycling Data Structures in gRPC Services in .NET Core]的摘要:
If you're building a gRPC service you could create an entire set of message formats for communicating with your clients, with each message specially tailored for the service. I think that's an excellent strategy if (a) you're paid by the hour and (b) want to make life more difficult for the developers building the clients.
原文地址: https://visualstudiomagazine.com/articles/2020/01/09/grpc-data-structures.aspx