Skip to main content
3 events
when toggle format what by license comment
Mar 27, 2020 at 8:19 comment added mtj @hades It is possible. The big question is: why do you use microservices? Microservices may well be used to utilize computing power dynamically (i.e. have a fat common database and dynamically add images which do CPU number crunching) OR to cut your application into vertical slices. For the second approach, a microservice should (ideally, seldom achieved) always be able to run standalone without the other serivces being present.
Mar 27, 2020 at 7:43 comment added hades thanks, but how those companies like Amazon, or Google do microservices, i mean, i don't think it is possible to eliminate the dependencies between 2 services(even the slightest) regardless of how well you design it right?
Mar 27, 2020 at 7:12 history answered mtj CC BY-SA 4.0