From c9bf40bfa186338efff54906474e6c50d9b1ba5e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B7=AF=E4=BB=80?=
<40019805+CoderLuShi@users.noreply.github.com>
Date: Sat, 7 Oct 2023 09:28:01 +0800
Subject: [PATCH] Update load-balancing.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
负载均衡常用总结中的什么是负载均衡这一部分
其中一句:”四层负载均衡性能更强,七层负载均衡功能更强!“
有错误
应改为:”四层负载均衡性能很强,七层负载均衡功能更强!“
---
docs/high-performance/load-balancing.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/high-performance/load-balancing.md b/docs/high-performance/load-balancing.md
index b8396465..da0577cc 100644
--- a/docs/high-performance/load-balancing.md
+++ b/docs/high-performance/load-balancing.md
@@ -61,7 +61,7 @@ head:
七层负载均衡比四层负载均衡会消耗更多的性能,不过,也相对更加灵活,能够更加智能地路由网络请求,比如说你可以根据请求的内容进行优化如缓存、压缩、加密。
-简单来说,**四层负载均衡性能更强,七层负载均衡功能更强!** 不过,对于绝大部分业务场景来说,四层负载均衡和七层负载均衡的性能差异基本可以忽略不计的。
+简单来说,**四层负载均衡性能很强,七层负载均衡功能更强!** 不过,对于绝大部分业务场景来说,四层负载均衡和七层负载均衡的性能差异基本可以忽略不计的。
下面这段话摘自 Nginx 官网的 [What Is Layer 4 Load Balancing?](https://www.nginx.com/resources/glossary/layer-4-load-balancing/) 这篇文章。
@@ -240,4 +240,4 @@ Spring Cloud 2020.0.0 版本移除了 Netflix 除 Eureka 外的所有组件。Sp
- HTTP Load Balancing(Nginx 官方文档):
- 深入浅出负载均衡 - vivo 互联网技术:
-
\ No newline at end of file
+