Skip to content

Commit

Permalink
add tls in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStocks committed Dec 7, 2022
1 parent fdaedb8 commit d96c3b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* rpc: dubbo directory display dubbo protocol communication
* seata-go: A seata-go example
* skywalking: show how to integrate skywalking into dubbogo
* tls: use TLS encryption in getty(tcp)/triple/gRPC communication mode
* tracing: tracing example

## How To Run
Expand Down
3 changes: 2 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
* logger: dubbogo logging
* mesh: 这个示例演示了如何将 dubbo-go 开发的应用部署在 Istio 体系下,以实现 Envoy 对 dubbo/dubbo-go 服务的自动代理
* metrics: 使用 prometheus 收集 dubbogo 的 metrics
* otel/trace: 使用 opentelemetry 进行 tracing
* otel/trace: 使用 opentelemetry 进行 tracing
* proxyless: 这个示例演示了如何将 dubbo-go 开发的应用部署在 Istio 体系下,以实现 Envoy 对 dubbo/dubbo-go 服务的自动代理
* registry: 把 etcd/nacos/polaris/zookeeper 当做 dubbogo 注册中心示例
* rpc: 使用 Dubbogo 框架启动 rpc 服务,发起调用
* seata-go: 在 dubbogo 中如何基于 seata-go 实现分布式事务
* skywalking: 整合 skywalking 与 dubbogo 的示例
* tls: getty(tcp)/triple/gRPC 全链路 tls 安全通信示例
* tracing: 链路追踪例子,支持


Expand Down

0 comments on commit d96c3b4

Please sign in to comment.