Practical API Design at Netflix, Part 1: Using Protobuf FieldMask
The Netflix TechBlog
SEPTEMBER 3, 2021
How can we achieve a similar functionality when designing our gRPC APIs? There are a number of utilities and conventions on how to use this message when it is present in an RPC request. link] When the protobuf compiler (protoc) compiles this message definition, it creates the code in the language of your choice (Java in our example).
Let's personalize your content