Rename grpc.Params.headers
to metadata
?
#2244
Labels
breaking change
for PRs that need to be mentioned in the breaking changes section of the release notes
enhancement
evaluation needed
proposal needs to be validated or tested before fully implementing it in k6
ux
Milestone
Prompted by https://community.k6.io/t/grpc-connect-without-port-no/2326/4
We currently allow custom metadata to be configured with the
headers
parameter:k6/js/modules/k6/grpc/client.go
Lines 416 to 428 in 434b2e7
But even though that might reflect the gRPC implementation details, its proper terminology and parameter name should probably be
metadata
:The text was updated successfully, but these errors were encountered: