<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Registry on 知识铺的博客</title>
    <link>https://index.zshipu.com/geek/tags/registry/</link>
    <description>Recent content in Registry on 知识铺的博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Wed, 06 Mar 2024 10:42:00 +0000</lastBuildDate>
    <atom:link href="https://index.zshipu.com/geek/tags/registry/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>注册中心的Zookeeper实现</title>
      <link>https://index.zshipu.com/geek/post/code/docs/Dubbo/registry/%E6%B3%A8%E5%86%8C%E4%B8%AD%E5%BF%83%E7%9A%84Zookeeper%E5%AE%9E%E7%8E%B0/</link>
      <pubDate>Wed, 06 Mar 2024 10:42:00 +0000</pubDate>
      <guid>https://index.zshipu.com/geek/post/code/docs/Dubbo/registry/%E6%B3%A8%E5%86%8C%E4%B8%AD%E5%BF%83%E7%9A%84Zookeeper%E5%AE%9E%E7%8E%B0/</guid>
      <description>Dubbo 的注册中心虽然提供了多种实现，但生产上的事实标准基本上都是 基于 Zookeeper 实现的。这种注册中心的实现方法也是 Dubbo 最为推荐的。为了易于理解 Zookeeper 在 Dubbo 中的应用，我们先简单看一下 zookeeper。 由于 Dubbo 是一个分布式 RPC 开源框架，各服务之间单独部署，往往会出现资源之间数据不一致的问题，比如：某一个服务</description>
    </item>
    <item>
      <title>Dubbo注册中心模块简析</title>
      <link>https://index.zshipu.com/geek/post/code/docs/Dubbo/registry/Dubbo%E6%B3%A8%E5%86%8C%E4%B8%AD%E5%BF%83%E6%A8%A1%E5%9D%97%E7%AE%80%E6%9E%90/</link>
      <pubDate>Wed, 06 Mar 2024 10:41:00 +0000</pubDate>
      <guid>https://index.zshipu.com/geek/post/code/docs/Dubbo/registry/Dubbo%E6%B3%A8%E5%86%8C%E4%B8%AD%E5%BF%83%E6%A8%A1%E5%9D%97%E7%AE%80%E6%9E%90/</guid>
      <description>注册中心在 Dubbo 中的作用 服务治理框架可以大致分为 服务通信 和 服务管理 两部分，服务管理可以分为服务注册、服务订阅以及服务发现，服务提供者 Provider 会往注册中心注册服务，而消费者 Consumer 会从注册中心中订阅自己关注的服务，并在关注的服务发生变更时 得到注册中心的通知。Provider、Consumer 以及 Registry</description>
    </item>
  </channel>
</rss>
