+1 vote
in Service Discovery by
What is PACT in Microservices Architecture?

1 Answer

0 votes
by

A contract between a consumer application and a provider application is called a PACT. Each pact is a collection of interactions. It is an open-source tool that can be used to implement the Consumer-Driven Contract in Microservices. 

...