Software Architecture Superstream: Microservices
- 07 Apr 2023
- Contract Driven Development, Live Stream, Past
Presentation summary
Being able to develop, test, and easily deploy a single microservice is a key indicator for a successful transition to a microservices-style architecture. The challenge arises when determining how the new microservice will interact with your existing system, meaning that it needs to undergo comprehensive integration testing before deployment. This slows down the path to life and highlights problems at a much later point in the microservices lifecycle. Naresh Jain explains how contract-driven development helps you shift left and identify compatibility issues earlier in the development lifecycle, when they’re easier to catch and fix.