|
|
|
|
|
by tfigment
1488 days ago
|
|
Caddy has problems with streaming gRPC (not simple request/response). So does Traefik to my understanding but Traefik might work better if reports are to be believed. Nginx has support i think but ive not verified it. I like caddy simple config when it works. None of the proxies seem to do well with bidirectional gRPC streams as they just treat gRPC as a h2 proxy but I'd love to see that proven wrong. |
|
I used this Caddyfile to proxy to the route_guide example (https://github.com/grpc/grpc-go/tree/master/examples/route_g...):
```
localhost {
}```
It works like a charm.
[0] https://github.com/caddyserver/caddy/blob/e4ce40f8ff04240540...