-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let RemotePayloadProcessor send also gRPC call Metadata (#96)
#### Motivation The `RemotePayloadProcessor` currently doesn't send gRPC call `Metadata` as part of its `PayloadContent` (to a remote endpoint). Such information might be important for many reasons, including debugging purposes. #### Modifications `RemotePayloadProcessor`'s `PayloadContent` now also features a `Map` that contains such `Metadata` information (when available). #### Result `RemotePayloadProcessor` sends also `Metadata` information (to a remote endpoint). Signed-off-by: Tommaso Teofili <tteofili@redhat.com> Signed-off-by: Tommaso Teofili <tommaso.teofili@gmail.com> Co-authored-by: Anish Asthana <anishasthana1@gmail.com> Co-authored-by: Nick Hill <nickhill@us.ibm.com>
- Loading branch information
1 parent
dde5ca8
commit cef2b97
Showing
3 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters