This repo contains the source code for the Envoy plugin for the go-orb framework.
git clone https://github.com/go-orb/envoy.git
cd envoy/examples/helloworld
docker compose up -d --build
docker compose run --rm fortio load -payload '{}' -H "Content-Type: application/json" -qps -1 -gomaxprocs 12 -c 24 -t 15s http://envoy2:10000/hello.v1.Hello/Hello
docker compose run --rm fortio load -H "Content-Type: application/json" -qps -1 -gomaxprocs 12 -c 24 -t 15s http://envoy:10000/hello.v1.Hello/Hello
docker compose run --rm fortio load -payload '{}' -H "Content-Type: application/json" -qps -1 -gomaxprocs 12 -c 24 -t 15s http://traefik:10000/hello.v1.Hello/Hello
docker compose run --rm fortio load -payload '{}' -H "Content-Type: application/json" -qps -1 -gomaxprocs 12 -c 24 -t 15s http://helloworld:10000/hello.v1.Hello/Hello
Copyright 2025 René Jochum