Skip to content

Commit

Permalink
Update service-discovery.md (apache#847)
Browse files Browse the repository at this point in the history
即消费端自动发现服务之地列表的能力->即消费端自动发现服务地址列表的能力
  • Loading branch information
ziscloud authored Jul 2, 2021
1 parent 7734aaf commit 2a2ac4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/docs/v3.0/concepts/service-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ linkTitle: "服务发现"
weight: 1
description: "服务发现"
---
服务发现,即消费端自动发现服务之地列表的能力,是微服务框架需要具备的关键能力,借助于自动化的服务发现,微服务之间可以在无需感知对端部署位置与 IP 地址的情况下实现通信。
服务发现,即消费端自动发现服务地址列表的能力,是微服务框架需要具备的关键能力,借助于自动化的服务发现,微服务之间可以在无需感知对端部署位置与 IP 地址的情况下实现通信。

实现服务发现的方式有很多种,Dubbo 提供的是一种 Client-Based 的服务发现机制,通常还需要部署额外的第三方注册中心组件来协调服务发现过程,如常用的 Nacos、Consul、Zookeeper 等,Dubbo 自身也提供了对多种注册中心组件的对接,用户可以灵活选择。

Expand Down

0 comments on commit 2a2ac4b

Please sign in to comment.