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? By default, gRPC uses protobuf as its IDL (interface definition language) and data serialization protocol. This (alongside some other techniques like ZigZag encoding for signed types) makes protobuf messages space-efficient. Field names are not included.
Let's personalize your content