|
|
|
|
|
by jorgeleo
3212 days ago
|
|
It really depends on the application. Eventual consistency means that eventually, the databases will be consistent. Some bank transactions, for example, do not have that luxury because it might allow 2 possible answers to the same query if the eventuality has not been met. Some trading transactions don't have that luxury either because the milliseconds that you waited for the consistency a stock might have changed its price dramatically. It really depends on the Domain if the time to wait for the eventuality is acceptable or not. |
|
Eventual consistency is not all that scary, try putting on a business hat instead of a technical one. Its about risk management.