MICROSERVICE ARCHITECTURE (MSA) A style of service-oriented architecture that emphasizes decentralization and deliverability. MICROSERVICE Self-contained service with single “job to be done” and exposed via an API. The atomic unit of an MSA.
Built-in healthcheck/heartbeat endpoints Automatic, realm-aware service registry Common logging and metrics framework Simplified dependency management Smart Service