https://github.com/mfornos/awesome-microservices A curated list of Microservice Architecture related principles and technologies
https://azure.microsoft.com/en-us/services/service-fabric/ Service Fabric
https://www.martinfowler.com/microservices/
Was ist eigentlich mit Testen? Und API-Stabilität bzgl. Erweiterungen und neuen Versionen?
https://martinfowler.com/articles/consumerDrivenContracts.html (via)
Contracts enable service independence; paradoxically, they can also couple service providers and consumers in undesirable ways. […] In short, the enterprise becomes burdened with services.