Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
when companies say they migrated to microservices, they acually mean: they took an _existing_ and most of all: working monolith with proper documentation and broke it down into dozens of microservices, none of which work right, is documented, uses the same parameter format, or the same authorisation scheme.
-
There is a word for that:
Distributed Monolith.
When even one micro service goes down, and the whole system is dead.... -
hjk10157313yMy team is currently breaking up a service and I don't like it. It is just 5 extra services to maintain with no benefits. No reuse (by other services except these 4), more unnecessary resources, and a lot network overhead (even RPC is considered for some intertwined logic).
Why do we do it then? For clearer boundaries because some fucks can't agree to normal code separation.
Related Rants
-
meseguer199827Nobody: Senior frontend Dev at my company: "microservices best thing ever" Also him: "Relational databases g...
-
snackOverflow26!Rant Thought this was kind of funny for us lady devs/programmers, and something we can relate to. The lady i...
-
SD0104The Manager cracks a joke. Everyone in the team laughs except one guy.. Manager asks him- Didn't you underst...
When companies say they migrated to microservices, they actually mean: Monoliths deployed in a microservices architecture
rant
corporate
brogramner
microservices