Consumer Driven Contracts and Your Microservice Architecture - Marcin Grzejszczak, Adib Saikali

December 14, 2017

Consumer driven contracts (CDC) are like TDD applied to the API. It’s especially important in the world of microservices. Since it’s driven by consumers, it’s much more user friendly. Of course microservices are really cool, but most people do not take into consideration plenty of potential obstacles that should be tackled. Then instead of frequent, fully automated deploys via a delivery pipeline, you might end up in an asylum due to frequent mental breakdowns caused by production disasters. We will write a system using the CDC approach together with Spring Boot, Spring Cloud Contract verifier. We’ll show you how easy it is to write applications that have a consumer driven API and that will allow a developer to speed up the time of writing his better quality software. Marcin Grzejszczak, Developer, Pivotal Adib Saikali, Advisory Platform Architect, Pivotal Filmed at SpringOne Platform 2017

Previous
55 New Features in JDK 9 - Simon Ritter, Azul Systems
55 New Features in JDK 9 - Simon Ritter, Azul Systems

Following on from the popular “55 New Features in Java SE 8” we bring you the eagerly-awaited sequel, “55 N...

Next Video
Distributed Tracing : Latency Analysis for Your Microservices - Grzejszczak, Krishna
Distributed Tracing : Latency Analysis for Your Microservices - Grzejszczak, Krishna

Microservices are becoming increasingly popular. When a request spreads across several services, it quickly...