Hi, is it possible to do a pact verification based...
# pact-jvm
j
Hi, is it possible to do a pact verification based off of the consumer version number? I’m thinking of the scenarios where a webhook is triggered by the broker, there are a number of properties to get the consumer and their version such as
${pactbroker.consumerVersionNumber}
and
${pactbroker.consumerName}
. Is there a way of combining that in order to give a selector such as
Copy code
SelectorBuilder().consumer("consumer1").version("1234567")
I was looking to see if the raw json selectors would do it but I couldn’t find any examples of what can be passed