Please see the FAQ in our main README.md before submitting your issue.
I encountered a weird problem using grpc-go. An error is reported when calling the grpc interface, and the error message is "
Internal desc = index out of range: 3 + 116> 76". Sometimes it is normal, sometimes an error is reported.
My gateway application will parse the http request body and then call the remote rpc method.
This is my request body,This is my request body, which is exactly 76 bytes
I have no problems running locally, but when I deploy the application to kubernetes, the above problems sometimes occur, but in most cases it works normally
Under what circumstances will an error in this format appear?
This is the version information of my dependency
Now I have no way to repeat the error. I worry about this in a live environment.
Please help me. I'd appreciate it