This repository contains a simple grpc service and client that can be used for testing.
This project is based on the grpc java examples
The service docker image support the following commands
| command | env variables | description |
|---|---|---|
| /server | MY_POD_NAME | Starts the test server with a single method getPodName that returns the value of MY_POD_NAME |
| /client | TARGET | Attempts to make 100 connections to the TARGET and verifies that the requests are load balanced |
Protocol definition can be found here