Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into history/next
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Sep 10, 2024
2 parents 494f242 + 9bbabc4 commit 2f5cd0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Grafana: https://github.com/grafana/helm-charts/blob/main/charts/grafana/README.
Zookeeper: https://github.com/bitnami/charts/tree/main/bitnami/zookeeper/#installing-the-chart
Prometheus: https://github.com/prometheus-community/helm-charts/tree/main/charts
Skywalking: https://github.com/apache/skywalking-kubernetes/blob/master/chart/skywalking/README.md
Zipkin: https://github.com/Financial-Times/zipkin-helm
Zipkin: https://github.com/openzipkin/zipkin-helm
```yaml
# customization profile
apiVersion: dubbo.apache.org/v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ configCenter.setAddress("apollo://localhost:8080");
Apollo中的一个核心概念是命名空间 - namespace,和上面 Zookeeper、Nacos 的 namespace 概念不同,因此使用方式上也比较特殊些,建议充分了解 Apollo 自身的用法后再阅读以下文档内容。

但总的来说,对 Apollo 的适配而言:
* namespace 特用于流量治理规则隔离,参见 3.1
* group 特用于外部化配置的隔离,参见 3.2
* group 特用于外部化配置的隔离,参见 3.1
* namespace 特用于流量治理规则隔离,参见 3.2

### 3.1 外部化配置

Expand Down Expand Up @@ -116,4 +116,4 @@ dubbo.config-center.address=apollo://localhost:8080
```properties
dubbo.config-center.prameters.apollo.meta=xxx
dubbo.config-center.prameters.env=xxx
```
```

0 comments on commit 2f5cd0b

Please sign in to comment.