aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-09-13 19:45:07 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-09-13 19:45:07 -0700
commit01e83b55e4700459ae82efeac088b512d5dfabd7 (patch)
tree75add447c513bdbba2fefa817b1d2ceffc5c1151 /include/grpc++
parent3bf7b714a5458aadfc1e2761ede1213f69ef7959 (diff)
Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb."
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/support/channel_arguments.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/grpc++/support/channel_arguments.h b/include/grpc++/support/channel_arguments.h
index 9dc505f008..7b6befeaf1 100644
--- a/include/grpc++/support/channel_arguments.h
+++ b/include/grpc++/support/channel_arguments.h
@@ -64,12 +64,6 @@ class ChannelArguments {
/// Set the compression algorithm for the channel.
void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
- /// Set the grpclb fallback timeout (in ms) for the channel. If this amount
- /// of time has passed but we have not gotten any non-empty \a serverlist from
- /// the balancer, we will fall back to use the backend address(es) returned by
- /// the resolver.
- void SetGrpclbFallbackTimeout(int fallback_timeout);
-
/// Set the socket mutator for the channel.
void SetSocketMutator(grpc_socket_mutator* mutator);