top | item 45578979

(no title)

_ZeD_ | 4 months ago

Honestly, in my experience, the only good reason to have microservices in a "software solution" is to be able to match 1 service -> 1 mantainer/team and have a big (read "nested", with multiple level of middle-managers) group of teams, each that may have different goals. In this way it's very easy to "map" a manager/team to a "place" in the solution map, with very explicit and documented interactions between them

discuss

order

hsn915|4 months ago

Nice story but the places I've seen that make use of services, there's never a "1 server -> 1 team". It's more like 20 services distributed among 3 teams, and some services are "shared" by all teams

rvitorper|4 months ago

I can relate to this

nycdotnet|4 months ago

This is Conway’s Law: You ship your org chart.