2 Comments
Jun 4, 2023·edited Jun 4, 2023

One possible solution could be to return the status of the order creation in the primary database only after receiving acknowledgements from all of its replicas. By doing so, we can ensure that the data remains consistent across all database nodes when an order is created and communicated to the client.

Expand full comment