Skip to content
Snippets Groups Projects
Commit 1d16b899 authored by Alejandro Rodríguez's avatar Alejandro Rodríguez
Browse files

Specify message abstraction criteria

parent 52f77b23
No related branches found
No related tags found
1 merge request!14Specify message abstraction criteria
Pipeline #
Loading
Loading
@@ -81,7 +81,8 @@ gRPC provides an implementation framework based on these Protobuf concepts.
[errors](https://godoc.org/google.golang.org/grpc/codes#Code) to its
clients.
1. Each RPC `FooBar` has its own `FooBarRequest` and `FooBarResponse`
message types.
message types. Try to keep the structure of these messages as flat as
possible. Only add abstractions when they have a practical benefit.
1. We never make backwards incompatible changes to an RPC that is
already implemented on either the client side or server side.
Instead we just create a new RPC call and start a deprecation
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment