dual-write problem
RU: dual-write (двойная запись)
The problem that arises when a service must write to two separate systems — for example a database and a message broker — without a distributed transaction spanning both: a crash between the two writes leaves them inconsistent. Solutions include the transactional outbox pattern and change-data capture.