We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cae436 + a679ff2 commit cbbe802Copy full SHA for cbbe802
pkg/client/dubbo/config.go
@@ -33,7 +33,7 @@ type DubboProxyConfig struct {
33
AutoResolve bool `yaml:"auto_resolve" json:"auto_resolve,omitempty"`
34
// Protoset path to load protoset files
35
Protoset []string `yaml:"protoset" json:"protoset,omitempty"`
36
- // Load load balance
+ // Load balance
37
LoadBalance string `yaml:"load_balance" json:"load_balance,omitempty"`
38
// Retries number of retries
39
Retries string `yaml:"retries" json:"retries,omitempty"`
0 commit comments