InterviewSolution
Saved Bookmarks
| 1. |
Explain CDC. |
|
Answer» As the name implies, CDC (Consumer-Driven Contract) basically ensures service COMMUNICATION COMPATIBILITY by establishing an agreement between consumers and service providers REGARDING the format of the data exchanged between them. An agreement like this is CALLED a contract. Basically, it is a pattern used to develop Microservices so that they can be efficiently used by EXTERNAL systems. |
|