Make microservices look like monoliths
github.com
Make microservices look like monoliths
1–10 of 106 posts
Re: Make microservices look like monoliths
#2Re: Make microservices look like monoliths
#3It makes no sense. Why not just create modular monolith?
Re: Make microservices look like monoliths
#4It makes no sense. Why not just create modular monolith?
Re: Make microservices look like monoliths
#5It makes no sense. Why not just create modular monolith?
Re: Make microservices look like monoliths
#6This feels like we make our jobs harder than they have to be, sometimes…
Re: Make microservices look like monoliths
#7It makes no sense. Why not just create modular monolith?
Because all these idiots who pitched microservices super hard need to undo the mess they've created while self promoting themselves into new thought leadership roles.
Spot on.
And how do you know you’re not a thought leader? You call yourself one
Re: Make microservices look like monoliths
#8It makes no sense. Why not just create modular monolith?
That's not the case here, where the code lives in a monorepo but the services are many.
Re: Make microservices look like monoliths
#9It makes no sense. Why not just create modular monolith?
I can think of a few cases. For instance, say you want to make parts of your codebase open-source and self-contained, but others closed-source. It can be easier to carve off the OSS and treat it as if it were a third-party application. That's not the case here, where the code lives in a monorepo but the services are many.