|
|
@ -60,9 +60,8 @@ Finally, run your client: |
|
|
|
python client.py xds-experimental:///my-backend |
|
|
|
python client.py xds-experimental:///my-backend |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Alternatively, but you can use it as a sanity check if |
|
|
|
Alternatively, `grpcurl` can be used to test your server. If you don't have it, |
|
|
|
you'd like. If you don't have it, install |
|
|
|
install [`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow |
|
|
|
[`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow |
|
|
|
|
|
|
|
you to manually test the service. |
|
|
|
you to manually test the service. |
|
|
|
|
|
|
|
|
|
|
|
Exercise your server's application-layer service: |
|
|
|
Exercise your server's application-layer service: |
|
|
|