Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 597 Bytes

0005-identifier-between-modules.md

File metadata and controls

14 lines (10 loc) · 597 Bytes

5. Identifier between modules.

Date: 2020-04-28

Status

Accepted

Context

During communications between bounded contexts, global identifiers for entities are needed. Also, these identifiers are needed for possible future integrations with external systems.

Decision

Natural keys or uuids should be used. Primary keys are forbidden for communications between modules or with external systems. If entity has good natural key - it's the most preferable choice for identifier between modules.

Useful links: