Stanislav Vodetskyi
01/10/2024, 2:21 AMNone
as the last parameter:
https://github.com/pactflow/pact-protobuf-plugin/blob/main/src/protobuf.rs#L301
I'm not familiar with this codebase enough (and have 0.1 rust experience), so not sure how to fix this properly, and how to make sure you can support matchers on metadata fields.Stanislav Vodetskyi
01/10/2024, 2:29 AMwithMetadata
is supposed to work with plugins at all, or is?
Seems like for grpc service interaction response metadata is embedded in the message config, so maybe it would be a good idea to add pact:metadata
key to the protobuf message I wonder?Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
withMetadata
constructMatt (pactflow.io / pact-js / pact-go)
responseMetadata
property in the testStanislav Vodetskyi
01/10/2024, 6:19 AMMatt (pactflow.io / pact-js / pact-go)