Microservices is a unique architectural style that promotes the concept of a bounded context, where each separately deployed service owns it own data. This means that other services that need your data cannot access it directly-they must ask the service for the data. In this session you'll learn about 5 different techniques for accessing data from other services you no longer have access to, and different ways of sharing data in a microservices ecosystem.
Mark Richards is an experienced, hands-on software architect involved in the architecture, design, and implementation of microservices architectures and other distributed systems in a variety of technologies. He has been in the software industry since 1983 and has significant experience and expertise in application, integration, and enterprise architecture. Mark is the founder of DeveloperToArchit...