General: require that all writes happen within a well defined section of the application

Problem to solve

Writes can happen all over the place in the application. This causes the following problems:

Solution

Require that all writes happen within a well defined sections of the application, instead of random places to figure 2PC across many databases

Edited by Fabian Zimmer