Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 412 Bytes

HAProxy gRPC Sample

Demonstrates proxying gRPC traffic with HAProxy.

Set Up

Be sure that you have Docker and Docker Compose (version 3 or newer) installed. Then, run:

docker-compose build
docker-compose up

You should see the client connect through HAProxy to the gRPC server and get a stream of "codenames".