From 1b293e757ea5ce2bc112243b29ea63de123844d6 Mon Sep 17 00:00:00 2001 From: supermario1990 <406517780@qq.com> Date: Fri, 29 Jan 2021 11:03:27 +0800 Subject: [PATCH] README.md doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70ffec8d..91f2e3dd 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ All in all, Goku API Gateway enables enterprise to focus on their business. - **Cluster Management**:Goku nodes are stateless and can be expanded horizontally. Also the configuration can be synchronized automatically. - **Hot Updates**: Continuously updates configurations without restart nodes. - **Orchestration**:Orchestration can correspond to multiple backends. The backend input parameter supports the client incoming, and also supports the parameter transfer between backend. The return data of backend supports filter, delete, move, rename, target and group. API can set the exception return when the orchestration call fails. -- **Data transform ** :Support for converting returned data to JSON or XML. +- **Data transform** :Support for converting returned data to JSON or XML. - **Load balancing**: Round-robin load balancing with weight. - **Service Discovery**: Service discorvery from Consul or Eureka. - **HTTP(S) Forward Proxy**: Hide real backend services, support Rest API, Webservice. -- GitLab