From 9e8f9115c4e416a5ce3735e0b6cc47fce04973ef Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 23 Jun 2015 10:56:11 -0700 Subject: Rename configured_subchannel --> subchannel Per @a11r's request --- src/core/client_config/README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'src/core/client_config/README.md') diff --git a/src/core/client_config/README.md b/src/core/client_config/README.md index 316f9b1cc9..7cb19cd130 100644 --- a/src/core/client_config/README.md +++ b/src/core/client_config/README.md @@ -25,21 +25,20 @@ Load balancing configuration is provided by a grpc_lb_policy object, stored as part of grpc_client_config. A load balancing policies primary job is to pick a target server given only the -initial metadata for a request. It does this by providing a -grpc_configured_channel object to the owning channel. +initial metadata for a request. It does this by providing a grpc_subchannel +object to the owning channel. -Configured Sub-Channels ------------------------ +Sub-Channels +------------ -A configured sub-channel provides a connection to a server for a client -channel. It has a connectivity state like a regular channel, and so can be -connected or disconnected. This connectivity state can be used to inform load -balancing decisions (for example, by avoiding disconnected backends). +A sub-channel provides a connection to a server for a client channel. It has a +connectivity state like a regular channel, and so can be connected or +disconnected. This connectivity state can be used to inform load balancing +decisions (for example, by avoiding disconnected backends). Configured sub-channels are fully setup to participate in the grpc data plane. Their behavior is specified by a set of grpc channel filters defined at their -construction. To customize this behavior, resolvers build -grpc_configured_subchannel_factory objects, which use the decorator pattern -to customize construction arguments for concrete grpc_configured_subchannel -instances. +construction. To customize this behavior, resolvers build grpc_subchannel_factory +objects, which use the decorator pattern to customize construction arguments for +concrete grpc_subchannel instances. -- cgit v1.2.3