tree: f92b4f1b3ab462623a64d6d9c46372c2048b572b [path history] [tgz]
  1. stream/
  2. main.go
  3. README.md
tools/xds-client/README.md

XDS Test Client

Client allows emulating xDS connections without actual running of Envoy proxies.

Run

Run Dubbo CP without Dataplane tokens, debug endpoint probably also will be useful:

DUBBO_DP_SERVER_AUTH_TYPE=none DUBBO_DIAGNOSTICS_DEBUG_ENDPOINTS=true ./build/artifacts-darwin-amd64/dubbo-cp/dubbo-cp run

Run XDS Test Client:

make run/xds-client

Env

  • NUM_OF_DATAPLANES - total number of Dataplanes to emulate
  • NUM_OF_SERVICES - total number of services to emulate
  • DUBBO_CP_ADDRESS - address of Dubbo CP