This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new d96c3b46 add tls in readme
d96c3b46 is described below

commit d96c3b4640a2a73c6bd2386b34adddff561a1588
Author: AlexStocks <[email protected]>
AuthorDate: Wed Dec 7 10:36:24 2022 +0800

    add tls in readme
---
 README.md    | 1 +
 README_CN.md | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a707e80e..439a217a 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/README_CN.md b/README_CN.md
index e4c6d54f..47f3bb5e 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -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: 链路追踪例子,支持
 
 

Reply via email to