API / Microservices
What is a CDC in Microservices?
CDC (Consumer-Driven Contract) is a pattern for developing Microservices so that external systems can use them.
Consumer-Driven Contracts is an approach to ensure service communication compatibility, in which Consumers and Providers make an agreement about the format of the data they transfer between each other. This agreement forms the so-called Contract.
More Related questions...