You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let RemotePayloadProcessor send also gRPC call Metadata (opendatahub-io#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 <[email protected]>
Signed-off-by: Tommaso Teofili <[email protected]>
Co-authored-by: Anish Asthana <[email protected]>
Co-authored-by: Nick Hill <[email protected]>
0 commit comments