Hi everyone would like to ask! if a `Consumer A` b...
# pact-broker
d
Hi everyone would like to ask! if a
Consumer A
branch
feat/changeField
publishes a new pact (tagged as
feat/changeField
) that changes the body attribute
id
to
uuid
, how does the Provider can merge the changes when publised pact from
Consumer A
branch
master
still use
id
? (it will make the step provider verification in build pipeline always failed) Current config is consumerVersionSelectors: [{ tag: 'master', latest: true }, { deployed: true } ]
b
@Darwin Cahyadi the provider needs to supply both fields in the api until all the consumers in prod have switched over
d
awesome! thanks