Skip to content

Commit

Permalink
docs: add config-consul doc (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaostudy authored Mar 13, 2024
1 parent 324393b commit d2413da
Show file tree
Hide file tree
Showing 14 changed files with 859 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "ConfigCenter"
linkTitle: "ConfigCenter"
date: 2023-11-29
weight: 1
weight: 2
keywords: ["ConfigCenter"]
description: "ConfigCenter Extension provided by kitex-contrib"

Expand All @@ -18,13 +18,14 @@ Microservice developers can use the configuration center to dynamically obtain s

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) |
| file | [config-file](https://github.com/kitex-contrib/config-file) |
| 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) |
| file | [config-file](https://github.com/kitex-contrib/config-file) |
| zookeeper | [config-zookeepr](https://github.com/kitex-contrib/config-zookeeper) |
| consul | [config-consul](https://github.com/kitex-contrib/config-consul) |

## Suite

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Apollo"
date: 2023-12-12
weight: 3
weight: 2
keywords: ["ConfigCenter Extension","apollo"]
description: "Use apollo as Kitex’s service governance configuration center"

Expand Down
Loading

0 comments on commit d2413da

Please sign in to comment.