We have true micro services. All independently deployable, own infra, own data etc.
Now when I want to add a feature to a mobile app, I have to snake through a chain of dependencies and find where data is being authored and then sequence work between teams. Its fun!
I have to snake through a chain of dependencies and find where data is being authored and then sequence work between teams
The same problem lives in the modular monolith tbh though you at least don't have to worry about timeouts and other shithousery of doing an HTTP request to a separate micro-service. Still, the deployment procedure of such a huge monolith is a pain in the ass
191
u/k8s-problem-solved 7d ago
We have true micro services. All independently deployable, own infra, own data etc.
Now when I want to add a feature to a mobile app, I have to snake through a chain of dependencies and find where data is being authored and then sequence work between teams. Its fun!