Searched +full:balancer +full:- +full:for +full:- +full:ipv4 +full:- +full:has +full:- +full:backend +full:- +full:and +full:- +full:balancer (Results 1 – 4 of 4) sorted by relevance
| /third_party/grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp. 3 # Tests for which we enable SRV queries 4 - expected_addrs: 5 - {address: '5.5.5.5:443', is_balancer: false} 13 record_to_resolve: no-srv-ipv4-single-target 15 no-srv-ipv4-single-target: 16 - {TTL: '2100', data: 5.5.5.5, type: A} 17 - expected_addrs: 18 - {address: '1.2.3.4:1234', is_balancer: true} 26 record_to_resolve: srv-ipv4-single-target [all …]
|
| D | resolver_component_tests_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 13 # See the License for the specific language governing permissions and 16 # This file is auto-generated 27 argp = argparse.ArgumentParser(description='Run c-ares resolver tests') 28 argp.add_argument('--test_bin_path', default=None, type=str, 30 argp.add_argument('--dns_server_bin_path', default=None, type=str, 32 argp.add_argument('--records_config_path', default=None, type=str, 34 'specifies records for the DNS sever. ')) 35 argp.add_argument('--dns_server_port', default=None, type=int, 37 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, [all …]
|
| /third_party/grpc/doc/ |
| D | xds-test-descriptions.md | 1 # xDS (Load-Balancing) Interop Test Case Descriptions 3 Client and server use [test.proto](../src/proto/grpc/testing/test.proto). 7 The code for the xDS test server can be found at: 8 [Java](https://github.com/grpc/grpc-java/blob/master/interop-testing/src/main/java/io/grpc/testing/… 12 * --port=PORT 14 * --maintenance_port=PORT 15 * The port for the maintenance server running health, channelz, and admin(CSDS) services. 16 * --secure_mode=BOOLEAN 17 * When set to true it uses XdsServerCredentials with the test server for security test cases. 18 In case of secure mode, port and maintenance_port should be different. [all …]
|
| D | grpc_xds_features.md | 3 This document lists the [xDS](https://github.com/envoyproxy/data-plane-api/tree/master/envoy/api/v2) 4 features supported in various gRPC language implementations and versions. 9 a log and keep it up-to-date because xDS has a large number of APIs that gRPC 10 does not support and the APIs keep evolving too. In the case where an xDS 11 field corresponding to a feature is supported but the value configured for 14 [first gRFC](https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md) 24 policy for a service. For example, if you change the ROUND_ROBIN policy to 31 account in both [locality-weighted load balancing](https://www.envoyproxy.io/docs/envoy/latest/intr… 32 and [priority failover](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/lo… 41 The EDS policy will not support per-endpoint stats; it will report only [all …]
|