Protocol Buffer

Store in a .proto file, support strongly typed schema definition.

Pasted image 20230901091110.png

Can be used with a gRPC service. Which can also be defined in a proto file that specify the return type, methods, etc…

Pasted image 20230901091217.png