-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: kinggo <[email protected]>
- Loading branch information
1 parent
d2cf30f
commit aa0e009
Showing
6 changed files
with
797 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
40 changes: 40 additions & 0 deletions
40
content/en/docs/kitex/Tutorials/service-governance/config-center/_index.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: "ConfigCenter" | ||
linkTitle: "ConfigCenter" | ||
date: 2023-11-29 | ||
weight: 1 | ||
keywords: ["ConfigCenter"] | ||
description: "ConfigCenter Extension provided by kitex-contrib" | ||
|
||
--- | ||
|
||
## Kitex provide configuration center | ||
|
||
Kitex provides dynamically configurable service management capabilities, including client timeout, retry, circuit breaker, and server limiting. | ||
|
||
kitex-contrib provides an extension to the community's mainstream configuration center and realizes dynamic configuration docking with kitex governance features. | ||
|
||
Microservice developers can use the configuration center to dynamically obtain service governance configurations, which take effect in near real-time | ||
|
||
Currently supported configuration centers are: | ||
|
||
| config-center | depository | | ||
|:-------------:|:---------------------------------------------------------------:| | ||
| nacos | [config-nacos](https://github.com/kitex-contrib/config-nacos) | | ||
| etcd | [config-etcd](https://github.com/kitex-contrib/config-etcd) | | ||
| apollo | [config-apollo](https://github.com/kitex-contrib/config-apollo) | | ||
|
||
## Suite | ||
|
||
In the process of connecting to the configuration center, Suite is used for third-party expansion. | ||
|
||
Suite is defined as follows: | ||
```go | ||
type Suite interface { | ||
Options() []Option | ||
} | ||
``` | ||
Both the server and the client use the WithSuite method to enable new suites. | ||
|
||
For more information about Suite, please see [Suite](../../framework-exten/suite) | ||
|
Oops, something went wrong.
aa0e009
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
cloudwego – ./
www.cloudwego.io
cloudwego-cloudwego.vercel.app
cloudwego.vercel.app
vercel.cloudwego.io
cloudwego.io
cloudwego-git-main-cloudwego.vercel.app