Challenges in microservices What is a microservice? Microservices is an architectural pattern that defines how a single application consists of capabilities such as loose coupling and autonomy between many services or components. These autonomous services are deployable and have
SHOULD I MOVE TO MICROSERVICES Is it worth? Or Not If you are about to start a new company or planning to renovate your business platforms, you should know about microservices to start with. Microservices architecture is a form
When it comes to configurations management in Microservice architectures Spring Cloud Config Server is the easiest and widely used solution for spring based Microservice implementations. Although there are a lot of tech blogs on configuring this for its basic use,