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
Is your feature request related to a problem? Please describe.
In addition to the message, (meta)data can be passed to a grpc endpoint via headers in the request. In grpcurl, this is expressed using the -H option.
Iter8's grpc task should also support sending metadata as well.
Describe the solution you'd like
The grpc task is implemented using ghz. It supports the following options:
-m, --metadata= Request metadata as stringified JSON.
-M, --metadata-file= File path for call metadata JSON file. Examples: /home/user/metadata.json or ./metadata.json.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In addition to the message, (meta)data can be passed to a grpc endpoint via headers in the request. In grpcurl, this is expressed using the
-H option
.Iter8's grpc task should also support sending metadata as well.
Describe the solution you'd like
The grpc task is implemented using ghz. It supports the following options:
The text was updated successfully, but these errors were encountered: