|
|
|
|
|
by deterministic
614 days ago
|
|
Agree 100% A monolith with N libraries (instead of N microservices) work so much better in my experience. You avoid the networking overhead, and the complexity of reasoning about all the possible ways N microservices will behave when one or more microservices crash. |
|