From 11c655436d53e3618678c1dd9c2b117cdabca409 Mon Sep 17 00:00:00 2001 From: huylenq Date: Sun, 5 Dec 2021 09:59:32 +0700 Subject: [PATCH] Another VI update --- README-vi.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-vi.md b/README-vi.md index 01003045..7fdef5bf 100644 --- a/README-vi.md +++ b/README-vi.md @@ -926,8 +926,10 @@ Workers in the application layer also help enable [asynchronism](#asynchronism). ### Microservices Related to this discussion are [microservices](https://en.wikipedia.org/wiki/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. 1 +Liên quan đến chủ đề này là [microservices](https://en.wikipedia.org/wiki/Microservices), có thể được diễn đạt là một bộ của những service được deploy độc lập, nhỏ, tách rời. Mỗi service chạy một process duy nhất và liên lạc thông qua một cơ chế đơn giản, được định nghĩa rõ ràng. 1 # FIXME: incomplete translation Pinterest, for example, could have the following microservices: user profile, follower, feed, search, photo upload, etc. +Ví dụ, Pinterest, có thể có những microservices sau: thông tin người dùng, theo dõi, feed, tìm kiếm, tải hình, vâng vâng. ### Service Discovery