Skip to content

Commit

Permalink
RequestMetadata: Add additional_handlers field
Browse files Browse the repository at this point in the history
It is possible for more than one tool to be involved in the sending of a
gRPC request, for example when a client-side proxy is used it is
interesting to know the name and version of both the proxy and the
original client tool.

To facilitate this in RequestMetadata, this commit adds a new repeated
`additional_handlers` field to the message which can contain details of
other tools involved in the handling of a request.
  • Loading branch information
ColdrickSotK committed Oct 2, 2024
1 parent 0d21f29 commit 0b190b7
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 141 deletions.
Loading

0 comments on commit 0b190b7

Please sign in to comment.