@@ -395,7 +395,6 @@ grpcClient:
395
395
port: 8282 # grpc service port
396
396
timeout: 0 # request timeout, unit(second), if 0 means not set, if greater than 0 means set timeout, valid only for unary grpc type
397
397
registryDiscoveryType: "" # registration and discovery types: consul, etcd, nacos, if empty, connecting to server using host and port
398
- enableLoadBalance: true # whether to turn on the load balancer
399
398
# clientSecure parameter setting
400
399
# if type="", it means no secure connection, no need to fill in any parameters
401
400
# if type="one-way", it means server-side certification, only the fields 'serverName' and 'certFile' should be filled in
@@ -424,7 +423,6 @@ grpcClient:
424
423
port: 8282 # grpc service port
425
424
timeout: 0 # request timeout, unit(second), if 0 means not set, if greater than 0 means set timeout, valid only for unary grpc type
426
425
registryDiscoveryType: "" # registration and discovery types: consul, etcd, nacos, if empty, connecting to server using host and port
427
- enableLoadBalance: true # whether to turn on the load balancer
428
426
# clientSecure parameter setting
429
427
# if type="", it means no secure connection, no need to fill in any parameters
430
428
# if type="one-way", it means server-side certification, only the fields 'serverName' and 'certFile' should be filled in
@@ -469,7 +467,6 @@ grpcClient:
469
467
port: 8282 # grpc service port
470
468
timeout: 0 # request timeout, unit(second), if 0 means not set, if greater than 0 means set timeout, valid only for unary grpc type
471
469
registryDiscoveryType: "" # registration and discovery types: consul, etcd, nacos, if empty, connecting to server using host and port
472
- enableLoadBalance: true # whether to turn on the load balancer
473
470
# clientSecure parameter setting
474
471
# if type="", it means no secure connection, no need to fill in any parameters
475
472
# if type="one-way", it means server-side certification, only the fields 'serverName' and 'certFile' should be filled in
0 commit comments