[ADP-56] Microservice API
Guidance
- When a system consists of multiple microservices, APIs provided by individual microservices SHOULD be exposed to the public(including api audience =
PARTNER_EXTERNAL
andPUBLIC_EXTERNAL
) through the system's main domain.
design thinking
This helps avoid confusion from having multiple domains.