Microservices Implementation Microservices architecture apps are characterized by organizing application components in such a way that they can be developed, tested, deployed and scaled separately. App Platform aims to make this model seamless by allowing the user to add multiple components on the same app. A simple microservices architecture app may have a two components: Web service API that receives a request, publishes a message to a distributed event processing platform such as Kafka, and ...