qiusuo-fuyuan / qiusuo-backend

0 stars 0 forks source link

QiuSuo- GatewayServer - run two nodes in MiniKube - get the service to call from Gateway #103

Open ryan-zheng-teki opened 3 years ago

ryan-zheng-teki commented 3 years ago

User Story After we use package community-service in docker, then we are able to run two replicates of communityservice in minikube. these two community services are using the same MySQL DB. However, gateway should pick one service to call.

What To Do: At this point, I think we should configure gateway with eureka. Maybe we should implement some logic in Gateway service to get the node address and then call the service.

Acceptance Criter Make sure that we are able to run two community service nodes. And Gateway is able to pick on service and call it.