Timeline for answer to What are the key architectural differences between microservices and modular monoliths, and when should each be used? by candied_orange
Current License: CC BY-SA 4.0
Post Revisions
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| yesterday | history | edited | candied_orange | CC BY-SA 4.0 |
added 31 characters in body
|
| 2 days ago | comment | added | Robert Harvey | Microservices also generally have their own independent data source (that is "eventually consistent"), and communicate with other microservices and monoliths through a data bus of some sort. They are "independently maintainable." | |
| 2 days ago | history | answered | candied_orange | CC BY-SA 4.0 |