使用 Zookeeper
2022年10月9日
使用 Zookeeper
zookeepeer 客户端依赖:
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>5.3.0</version>
</dependency>
修改配置文件, 消费者和提供者都要注册.
<!--使用 zookeeper -->
<dubbo:registry address="zookeeper://localhost:2181"/>
运行应用
- 先启动注册中心
- 再启动 tomcat 服务器
- 访问 index.jsp