Udemy 課程Microservices with Spring Cloud 40
現在專案已完成初步架構↓
過程中引入了三個重要工具
A.Naming Server(此處使用Eureka):
它提供了兩個重要功能
Service Registration(服務註冊)
Service Discovery Functionality(服務發現功能)
B.Ribbon:
它提供client side load balancing facilities
允許載入多個服務提供者的服務
C.Feign:
讓自己服務運作過程中載入別人服務這件事,簡單化
在接下來的課程會介紹監控與除錯
在微服務越來越多的情況下,監控與除錯將變得更重要!
目前有異動到的專案置於
"netflix-eureka-naming-server_1"
"currency-exchange-service_2"
"currency-conversion-service_2"