Please enable JavaScript.
Coggle requires JavaScript to display documents.
Micro Service (Architecute Link Title (Service Discovery (Heartbeat (Old;…
Micro Service
API Gateway
What
-
當APP對API gateway做API Call時,會把各Service取得後統一回傳到API
Before
APP Service1 ->API1 , Service2 -> API2.....
After
APP Service1 -> API Gateway, Service2-> API Gateway..... API Gateway -> API...
Advantage
-
-
有統一的進出端口,容易進行最佳化及妥善做好output cache
-
Service Discovery
-
Heartbeat
-
-
Service ---> service registry ,registrar ---> service
-
目的:在這麼多service能可找到對應的service,
-
-