This is a simple poc using grpc and ha-proxy as a load balance
Open your terminal and go to src/main/resource directory
- Execute the command
docker build -t grpc-haproxy .
- Execute the command
docker run -d --name=grpc-haproxy --net=host grpc-haproxy
- Execute the command
mvn compile
- Start one server on 8083 port
- Start one server on 8084 port
- Start one or more ClientApplication's