CQRS eventual consistency

CQRS (Segregation of Responsibility for Command Queries) is an architecture pattern that comes with the idea of separating read and write operations into two distinct logical processes.

Visit the following resources to learn more: