by solididiot on 2/17/22, 8:42 AM with 4 comments
by spaceywilly on 2/17/22, 1:54 PM
I’m not familiar with what Segment does, but this sounds like just a bad design, not anything to do with Microservices vs Monolith. Why does each “destination” need its own repo? Surely they could come up with an abstraction for a “destination” and create a solution that works for all destinations, with the differences between them captured in the configuration of the service.
by Havoc on 2/17/22, 11:27 AM
Is there not a viable paradigm in the middle somewhere