Keep your Logic Close and Your Data Closer - How to Share data Between Services
Separation of concerns is one of the main drivers for microservices architecture. When data comes to play, and it usually does, you can't have RPC/REST as your only tool in your toolbox. In this talk, I will explain what are the challenges Data brings into the microservices world, describe some architectural solutions as well as some specific tools that can solve this problem.