Skip to content

go-orb/envoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envoy

This repo contains the source code for the Envoy plugin for the go-orb framework.

Demo usage

git clone https://github.com/go-orb/envoy.git
cd envoy/examples/helloworld
docker compose up -d --build

Bench envoy

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

Bench the plugin

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

Bench traefik

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

Bench backends

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

License

Apache License, Version 2.0

Copyright

Copyright 2025 René Jochum

About

Envoy filter and logger for go-orb.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published