Skip to content
Snippets Groups Projects
Commit ee3423ac authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge branch 'message-abstraction-readme' into 'master'

Specify message abstraction criteria

Closes gitaly#134

See merge request !14
parents 52f77b23 1d16b899
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