Hello Nginx team,
I am planning to use nginx as a gRPC reverse proxy. On each client
connection termination we need to handle some cleanup activity. Is there a
way to set up a callback or have some sort of hook within nginx during
connection teardown workflow where I can kick off the clean up acti
Hello nginx team,
I am nginx newbie, I am evaluating nginx as an alternative to our current
custom implementation of gRPC reverse proxy use case.
At the very high level this is how our current gRPC setup looks:
- There are multiple services(using gRPC servers) running inside a box on
different por