From 161ea98cb3bd96d455074b89cd851aa7b2babf8e Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Wed, 21 Apr 2021 21:36:25 +0800 Subject: [PATCH] test update --- doc/PIPELINE_SERVING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/PIPELINE_SERVING.md b/doc/PIPELINE_SERVING.md index b8f39cf6..95d706e4 100644 --- a/doc/PIPELINE_SERVING.md +++ b/doc/PIPELINE_SERVING.md @@ -15,7 +15,6 @@ The Server side is built based on RPC Service and graph execution engi - ### 1. RPC Service In order to meet the needs of different users, the RPC service starts one Web server and one RPC server at the same time, and can process 2 types of requests, RESTful API and gRPC.The gPRC gateway receives RESTful API requests and forwards requests to the gRPC server through the reverse proxy server; gRPC requests are received by the gRPC server, so the two types of requests are processed by the gRPC Service in a unified manner to ensure that the processing logic is consistent. -- GitLab