Category: Data

Today microservices are a red-hot architecture, and everyone wants to use it. It’s cool, but some issues happen only on the fly, and people rarely talk about it.

If you are starting to surf the wave of scalability, DevOps and this kind of stuff, then you probably don’t know that microservices come with some issues that can drive you crazy. There some aspects of microservices that few people are talking about, and we just face it when already had lots of services running, here I will write a bit of three of them.

We need to take a lot of care when we draw this kind of architecture, to don’t give to many responsibilities to a single service.

Related Articles