Skip to main content

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