Add the translation of service-vs-library#3
Merged
WillemJiang merged 3 commits intotranslation-cnfrom Dec 9, 2022
Merged
Conversation
skw0rm
reviewed
Dec 5, 2022
| possible to either deploy the same service in independent environments with | ||
| separate escalation chains in the event of service downtime or factor a lot of | ||
| shared code out into one library and collaborate on that. | ||
| 在DevOps环境中的团队可能因为对谁负责应对服务停机的问题不明确,而不愿意在共同的代码库上进行跨团队工作。 |
There was a problem hiding this comment.
由于对服务宕机责任的模糊不清,DevOps团队都不太愿意基于公共代码进行跨团队工作。
| * A team is tasked with providing a service to their downstream customers that is fairly similar to an existing service built by another team. | ||
| * 团队在一个微服务环境中工作。 | ||
| * 大家是按照功能齐全的DevOps团队进行组织。每个团队负责他们端到端的贡献,包括维护服务、及时处理问题和客户支持。 | ||
| * 一个团队的任务是为他们的下游客户提供一个服务,这个服务与另一个团队建立的现有服务很类似。 |
Owner
Author
|
@skw0rm Thanks for the review; I just updated the document. Please take a look to verify them. |
WillemJiang
added a commit
that referenced
this pull request
Dec 31, 2022
* Add the translation of service-vs-library * Updated the service-vs-library with review comments * Fixed the lint check error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WillemJiang/open-source-camp#37