Replies: 2 comments 1 reply
-
Hi @reckerp, How does the normal gRPC response from kong works?(if your send correct gRPC request it returns correctly decoded response data from Kong?), and it will be helpful if you can paste the log of kong which is nearby the error occur time. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@reckerp As I understand, gRPC status message are carried by http headers, not body, can you check your response headers, I think you can get error message in headers like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My gRPC services return error messages, as well as gRPC status codes. Only the status codes get translated. The user of the API does not get any feedback on their actions. Is there a possibility to also translate the messages?
Beta Was this translation helpful? Give feedback.
All reactions