POC to see how sharding would work when we use envoy.
Make sure you have your services running locally
Update the envoy.yaml to have the service ports listed correctly. If needed add more cluster endpoints.
Build the plugin using
cargo build --target wasm32-wasip1 --releaseRun envoy locally with this plugin
docker-compose up