We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b800128 commit 31aae37Copy full SHA for 31aae37
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