Hello, is there any documentation that explains Pa...
# general
a
Hello, is there any documentation that explains Pact in the context of a BFF or an application that is a consumer and a provider at the same time?.
m
There is really nothing to be explained. The BFF Is a provider for a consumer and it is a consumer of other apps. It should verify any consumers, and publish pacts for any of its providers. Is there something in particular that you’re concerned/want to know about?
a
Hello Matt!, I just wanted to be sure until this point I just followed examples with a single consumer and provider. If I added a bff in the middle then, the consumer will have it's pact with the BFF and the BFF will have it's own pact with the provider? Apart from that, is there any consideration that I should have for implementing Pact in my Pipeline in the context of 3 participants? (Consumer, BFF, Provider)
m
That’s right!