1 - 零基础快速部署一个微服务应用
Open
- Dominant language
- CSS
- Stars
- 491
- Forks
- 809
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 6
Description
1. 消费端是怎么找到服务端的?
在本用例中的步骤 3 启动了一个 Zookeeper 的注册中心,服务提供者会向注册中心中写入自己的地址,供服务消费者获取。
Dubbo 会在 Zookeeper 的 /dubbo/interfaceName 和 /services/appName 下写入服务提供者的连接信息。
这例子中应该还没有用到注册中心吧
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the “1 - 零基础快速部署一个微服务应用” example and inspect step 3 and the explanation of consumer-to-provider discovery. Verify whether this example uses the Zookeeper registry and whether the documented /dubbo/interfaceName and /services/appName paths apply; done means the page clearly describes the actual registry flow.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100