Microservices Deployment

后端 未结 2 578
既然无缘
既然无缘 2021-01-16 03:51

I have:

Microservice-A Microservice-B Microservice-C

Microservice-A calls Microservice-B and Microservice-C

When I deploy Microservice-A I want make

2条回答
  •  不思量自难忘°
    2021-01-16 04:16

    Each microservice could provide a versionnumber either via API or by writing to a public file / shared DB. Each microservice would then contain all the expected versionnumbers of its dependencies with and check if the version numbers in the file / database match before startup.

提交回复
热议问题