Skip to content

Commit

Permalink
Update multi_service.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YangruiEmma authored Nov 30, 2023
1 parent bce10de commit 86f947e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "serverservice"
title: "ServerService"
date: 2023-11-30
weight: 10
keywords: ["Kitex", "多 Service", "单端口多服务", "gRPC"]
description: Kitex 支持在一个 server 上注册多个 service
keywords: ["Kitex", "多 Service", "单端口多Service", "gRPC"]
description: Kitex 支持在一个 Server 上注册多个 Service
---

注:当前这个功能仅支持 **gRPC** 传输协议。
Expand Down Expand Up @@ -56,7 +56,7 @@ message ReplyB {
}
```

### 如何在一个 server 上注册多个 service
### 如何在一个 Server 上注册多个 Service

在一个 server 上注册多个 service 是一个简单的过程。

Expand Down

0 comments on commit 86f947e

Please sign in to comment.