Overview
Design a sortable, collision-safe ID issuance path with centralized config and audit trail.
ID generation looks trivial until scale, ordering, and multi-region writes collide.
You will build 6 architecture steps that model production dependencies.
You will run 1 failure experiment to observe bottlenecks and recovery behavior.
Success target: IDs remain unique and near-time-ordered under concurrent multi-instance issuance.