You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration component has two logical sets of APIs: the general purpose RESTful API and the more specialized read-only sync API for high throughput configuration consumers. Both are gRPC APIs.
The RESTful version of the general purpose API is provided by grpc-gateway and later possibly through envoy grpc transcoding. An overview of this method is documented here.