1.

What are some kind of challenges that distributed systems introduces?

Answer»

When you are implementing microservices architecture, there are some challenges that you need to deal with every SINGLE microservices. Moreover, when you think about the interaction with each other, it can create a lot of challenges. As well as if you pre-plan to overcome some of them and standardize them across all microservices, then it happens that it also becomes easy for developers to MAINTAIN services.

Some of the most challenging things are testing, debugging, security, version management, communication ( sync or async ), state maintenance ETC. Some of the cross-cutting CONCERNS which should be standardized are monitoring, logging, performance improvement, deployment, security etc.



Discussion

No Comment Found