@ExperimentalApi("https://github.com/grpc/grpc-java/issues/5288")

Package io.grpc.xds

Library for gPRC proxyless service mesh using Envoy xDS protocol.

The package currently includes a name resolver plugin and a family of load balancer plugins. A gRPC channel for a target with "xds:" scheme will load the plugins and a bootstrap file, and will communicate with an external control plane management server (e.g. Traffic Director) that speaks Envoy xDS protocol to retrieve routing, load balancing, load reporting configurations etc. for the channel. More features will be added.

The library is currently in an agile development phase, so API and design are subject to breaking changes.