docs/root/configuration/overview/introduction.rst
The Envoy xDS APIs are defined as proto3 <https://developers.google.com/protocol-buffers/docs/proto3>_ Protocol Buffers <https://developers.google.com/protocol-buffers/>_ in the :repo:api tree <api/>. They
support:
xDS <xds_protocol> API updates via gRPC. This reduces
resource requirements and can lower the update latency.proto3 canonical JSON mapping <https://developers.google.com/protocol-buffers/docs/proto3#json>_.Stronger consistency and ordering properties <xds_protocol_eventual_consistency_considerations>
when needed. The APIs still maintain a baseline eventual consistency model.See the :ref:xDS protocol description <xds_protocol> for
further details on aspects of xDS message exchange between Envoy and the management server.