We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fc336 commit 7f2472bCopy full SHA for 7f2472b
grpclb.go
@@ -91,10 +91,6 @@ func newLBBuilder() balancer.Builder {
91
return NewLBBuilderWithFallbackTimeout(defaultFallbackTimeout)
92
}
93
94
-func init() {
95
- balancer.Register(newLBBuilder())
96
-}
97
-
98
// NewLBBuilderWithFallbackTimeout creates a grpclb builder with the given
99
// fallbackTimeout. If no response is received from the remote balancer within
100
// fallbackTimeout, the backend addresses from the resolved address list will be
0 commit comments