what is best way to orchestrate micro services in spring boot.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You have many options but I will list 3 of them that I would choose from:
- Directly call the other microservice using REST calls (hard code the URL in a property file or create a service for inter service communication).
- Setup microservice architecture with spring-cloud and netflix OSS
- Setup microservice architecture with spring-cloud and kubernetes