Skip to content

Persist gRPC error messages #988

@hedhyw

Description

@hedhyw

Is your feature request related to a problem? Please describe.

Currently, Zilla only reports only status codes without text descriptions.

For example if the server responds:

status.Error(codes.NotFound, "Example description")

Zilla persists the following Kafka headers (only status, no description):
image

The client receives an empty description:

rpc error: code = NotFound desc =

Describe the solution you'd like
Include information about the error message.

Describe alternatives you've considered
N/A

Additional context
Probably, also relates to: #730

Metadata

Metadata

Assignees

Labels

devxEffects the Developer ExperienceenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions