by seinecle on 7/31/24, 9:51 PM with 0 comments
I manage inter-service communication with simple http requests.
Slow (especially when moving around files, which is rare but does happen) but:
- simple - tech is stable - easy to adapt if services end up moving to different servers - slowness is acceptable because dwarfed by the duration of the long running ops performed by the app.
I wonder if this approach is a common one, and why not?