问题
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
来源:https://stackoverflow.com/questions/44063886/how-to-achieve-orchestration-with-spring-boot-micro-service