From c0437f176edaa7dea9ccaab4dab2ec3a11ff6d2c Mon Sep 17 00:00:00 2001 From: -LAN- Date: Thu, 1 Sep 2022 06:37:01 +0000 Subject: [PATCH] Fix the translation wrong Related to this discussion are microservices, which can be described as a suite of independently deployable, small, modular services. Each service runs a unique **process** and communicates through a well-defined, lightweight mechanism to serve a business goal. --- README-zh-Hans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 368f588a..b5c13030 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -739,7 +739,7 @@ CDN 拉取是当第一个用户请求该资源时,从服务器上拉取资源 ### 微服务 -与此讨论相关的话题是 [微服务](https://en.wikipedia.org/wiki/Microservices),可以被描述为一系列可以独立部署的小型的,模块化服务。每个服务运行在一个独立的线程中,通过明确定义的轻量级机制通讯,共同实现业务目标。1 +与此讨论相关的话题是 [微服务](https://en.wikipedia.org/wiki/Microservices),可以被描述为一系列可以独立部署的小型的,模块化服务。每个服务运行在一个独立的进程中,通过明确定义的轻量级机制通讯,共同实现业务目标。1 例如,Pinterest 可能有这些微服务: 用户资料、关注者、Feed 流、搜索、照片上传等。