Let’s share what is the best answer to this interview question.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Leone Costa
Developing distributed microservices using spring cloud solves some problems such as:
• Reduces performance issues- using spring cloud allows the use of various operational overheads which in turn reduces performance issues.
• Complexity linked with distributed systems- thing such as latency, bandwidth issues, security issues and overall capacity.
• Load balancing- spring cloud improves the sharing of system or application workload among various computing resources like network links and central processing units.
• Service Discovery- service discovery allows application processes and services to operate within a cluster, thus being able to find each other and communicate.
• Solved redundancy issues- these are common in distributed systems.