Hacker News new | ask | show | jobs
4 Reasons Why Microservices Are Climbing the Hype Cycle (linkedin.com)
1 points by tmflannery 3873 days ago
1 comments

On the downside, microservices are separated by fallible networks, introduce network latency throughout the system, make referential integrity much harder (eg, no foreign keys), make debugging and logging more complicated, and require more resources to boot than a single monolith.

As we're all exhausted from saying about every single coding and architecture paradigm ever: "there are tradeoffs".