Jaredjin / haproxy-grpc-sample

Demonstrates proxying gRPC traffic with HAProxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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".

About

Demonstrates proxying gRPC traffic with HAProxy