2.2 Communication Integration
These techniques cover integration between microservices on the technical level.
Microservices interact with each other solely through their published APIs (L21). In general, integration counterparts need to share an understanding on syntax and semantics of the exchanged messages to avoid data representation and schema mismatches (L7).
Stakeholder Role
The distinguishing stakeholder role of this section is the software developer. The main focus is successfully and securely facilitating communication using APIs
Subsections
🗃️ General
1 item
🗃️ Communication Security
2 items
🗃️ API Contracts
6 items
🗃️ Communication Error Handling
6 items