Not able to log through gRPC server interceptor

Viewed 16

I am using gRPC server interceptor to do audit logging in my application. I am logging request and response. The language used is Java. I have observed that, sometimes one RPC logs are not getting logged. It is not consistent though. The issue observed is with only one RPC. All others are fine. Any reason behind this?

0 Answers
Related