Hook during connection termination

2021-07-26 Thread Ram B
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

gRPC reverse proxy - connection level info cache

2021-06-14 Thread Ram B
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