A
A
Alexey P2018-07-26 21:36:36
Java
Alexey P, 2018-07-26 21:36:36

Why do you need Spring Cloud?

Hello. I asked myself a question about translating my small web application from the Java Spark Framework. On Spring Cloud. At the moment I have three separate varniki - like a microservice. And two auxiliary modules. Now, I want to transfer this to the Spring Cloud for experience. After some research, I realized that this Framework is needed as a platform for interaction between different parts of your system.
Questions:
a) did I understand the purpose of this framework correctly and that I should use it?
b) I would like to know about your experience with this framework.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-07-26
@lynxp9

Spring Cloud is needed to automate the deployment of services on cloud platforms, such as AWS, Azure, GCP, and so on. Usually it is needed when the system must automatically respond to load changes and deploy dozens of new instances.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question