[💡 FEATURE REQUEST]: Propagate arbitrary headers to the erroneous response #2006
Labels
C-feature-request
Category: feature requested, but need to be discussed
Milestone
Plugin
GRPC
I have an idea!
Currently, grpc plugin accepts
error
field as part of response headers which is a base64-encodedgoogle.rpc.Status
payload with the error code, message, details, etc.However, it's not possible to pass server response headers (like
X-Correlation-Id
,X-Request-Id
, etc) together with the error.A suggestion would be to allow sending metadata headers from workers like so:
The text was updated successfully, but these errors were encountered: