|
|
|
|
|
by sillysaurus3
4467 days ago
|
|
Next post: Microservice Architectures—"what is needed to create an architecture composed of Microservices" Hmm, well, I eagerly await the next post. It seems like what's needed is a concrete, simple tutorial on coding and deploying a microservice infrastructure. That'd demonstrate that this design is practical and, importantly, would reveal any pain points or cornercases that the design is susceptible to. One pain point is that if a microservice goes down, any messages that were in the process of being handled may be dropped. So there has to be a way to ensure that every message eventually returns exactly one result, and that messages are never accidentally dropped due to microservice crashes. |
|