How to achieve orchestration with spring boot micro service? [closed]

左心房为你撑大大i 提交于 2020-01-05 07:57:00

问题


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:

  1. Directly call the other microservice using REST calls (hard code the URL in a property file or create a service for inter service communication).
  2. Setup microservice architecture with spring-cloud and netflix OSS
  3. Setup microservice architecture with spring-cloud and kubernetes


来源:https://stackoverflow.com/questions/44063886/how-to-achieve-orchestration-with-spring-boot-micro-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!