Skip to content

Commit

Permalink
Update fieldmask.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY authored Sep 29, 2024
1 parent bfa4be4 commit 8218a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: ""

FieldMask is inspired by <u>[Protobuf](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)</u> and used to indicate the data that users care about, and filter out useless data, during a RPC call, in order to reduce network package size and accelerate serializing/deserializing process. This technology has been widely used among Protobuf <u>[services](https://netflixtechblog.com/practical-api-design-at-netflix-part-1-using-protobuf-fieldmask-35cfdc606518)</u>.

![fieldmask](static/img/docs/kitex/Tutorials/advanced-feature/fieldmask.png)
![fieldmask](img/docs/kitex/Tutorials/advanced-feature/fieldmask.png)

## **How to construct a FieldMask**?

Expand Down

0 comments on commit 8218a3f

Please sign in to comment.