Practical API Design at Netflix, Part 1: Using Protobuf FieldMask
The Netflix TechBlog
SEPTEMBER 3, 2021
By default, gRPC uses protobuf as its IDL (interface definition language) and data serialization protocol. Our protobuf message definition (.proto 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