<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>apache on Hi,I`m lan</title>
    <link>/tags/apache/</link>
    <description>Recent content in apache on Hi,I`m lan</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 08 May 2023 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/tags/apache/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>pulsar源码系列</title>
      <link>/post/list-of-source-with-pulsar/</link>
      <pubDate>Mon, 08 May 2023 00:00:00 +0000</pubDate>
      
      <guid>/post/list-of-source-with-pulsar/</guid>
      <description>说明 之前研究过一些 Apache Pulsar 源码，无奈时间问题都中断了，这里列出一些研究入口给希望研究 Apache Pulsar 源码的同学。 对于交流持非常欢迎态度！可以微信联系我也可以</description>
    </item>
    
    <item>
      <title>下一代pulsar元数据存储Oxia</title>
      <link>/post/oxia-is-next-pulsar-metadata/</link>
      <pubDate>Wed, 03 May 2023 00:00:00 +0000</pubDate>
      
      <guid>/post/oxia-is-next-pulsar-metadata/</guid>
      <description>Oxia 是什么? 简单来说呢 oxia 是一个 streamnative 开源的基于 kubernetes 的可扩展的元数据存储和协调系统,设计的目标是为了成为Apache Pulsar 的关键组件,也就是元数据中心,取</description>
    </item>
    
    <item>
      <title>部署去ZK后的Apache Pulsar</title>
      <link>/post/deploy-pulsar/</link>
      <pubDate>Mon, 06 Jun 2022 00:00:00 +0000</pubDate>
      
      <guid>/post/deploy-pulsar/</guid>
      <description>前言 本文基本上是按照官方文档来实践的,非常简单. 首先要明确我们需要做的几件事情： 生成 token 并且配置 Pulsar broker 开启 Token 认证. 配置 Pulsar broker 开启自身需要用到的客户</description>
    </item>
    
    <item>
      <title>简单部署Apache-Bookkeeper</title>
      <link>/post/simple-deploy-for-apache-bookkeeper/</link>
      <pubDate>Sun, 26 Dec 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/simple-deploy-for-apache-bookkeeper/</guid>
      <description>前言 开始部署 由于 Apache bookkeeper(本文后续简称为BK)需要使用元数据服务中心,当前支持 Zookeeper 和 Etcd,本文将会分别介绍使用 zookeeper+bookkeeper 部署和 etcd+bookkeeper 的部</description>
    </item>
    
    <item>
      <title>Flink常见问题</title>
      <link>/post/flink-exception-qa/</link>
      <pubDate>Thu, 23 Dec 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/flink-exception-qa/</guid>
      <description>声明 由于我不是 Flink 专家,因此只是将使用/研究 Flink 时遇到的问题分享出来,如有不对之处麻烦提示或帮忙纠正一下,感谢! 常见异常 This type (GenericType) cannot be used as key. 基本上是</description>
    </item>
    
    <item>
      <title>Apache-Bookkeeper开发环境搭建</title>
      <link>/post/apache-bookkeeper-env-for-dev/</link>
      <pubDate>Sun, 19 Dec 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/apache-bookkeeper-env-for-dev/</guid>
      <description>打包BK mvn package -DsipTests=true 顺利的话就成功的打包好了. [INFO] Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between yahoo custom version and current SUCCESS [ 0.373 s] [INFO] Apache BookKeeper :: Tests :: Backward Compatibility :: Test Bouncy Castle Provider load non FIPS version SUCCESS [ 0.484 s] [INFO] Apache BookKeeper :: Tests :: Integration ..........</description>
    </item>
    
    <item>
      <title>GO上手项目值得你拥有:Bookkeeper客户端</title>
      <link>/post/bk-client-go-readme/</link>
      <pubDate>Sat, 18 Dec 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/bk-client-go-readme/</guid>
      <description>什么是apache bookkeeper 一句话介绍&amp;mdash;&amp;gt;Apache BookKeeper 是企业级存储系统，旨在保证高持久性、一致性与低延迟。 目前广泛应用在Apac</description>
    </item>
    
    <item>
      <title>Rust上手项目值得你拥有:Bookkeeper客户端</title>
      <link>/post/bookkeeper-rs-readme/</link>
      <pubDate>Sat, 18 Dec 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/bookkeeper-rs-readme/</guid>
      <description>什么是apache bookkeeper 一句话介绍&amp;mdash;&amp;gt;Apache BookKeeper 是企业级存储系统，旨在保证高持久性、一致性与低延迟。 目前广泛应用在Apac</description>
    </item>
    
    <item>
      <title>部署去ZK后的Apache Pulsar</title>
      <link>/post/deploy-pulsar/</link>
      <pubDate>Sat, 22 May 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/deploy-pulsar/</guid>
      <description>前言 记录我的终端更新笔记 :( 当我们在说元数据中心的时候我们在说什么 Bookkeeper 和 Pulsar Broker 都有各自的元数据中心,并且都有自己的元数据中心接口,默认都是ZK. 要</description>
    </item>
    
    <item>
      <title>bookeeper源码系列</title>
      <link>/post/list-of-source-with-bookeeper/</link>
      <pubDate>Wed, 12 May 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/list-of-source-with-bookeeper/</guid>
      <description>说明 之前研究过一些 Bookkeeper 源码，无奈时间问题都中断了，这里列出一些研究入口给希望研究 Bookkeeper 源码的同学。 对于交流持非常欢迎态度！可以微信联系我也可以在下</description>
    </item>
    
    <item>
      <title>[长期更新]pulsar问题列表</title>
      <link>/post/question-list-of-pulsar/</link>
      <pubDate>Tue, 04 May 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/question-list-of-pulsar/</guid>
      <description>说明 本文主要收集 apache pulsar 遇到的一些常见问题,欢迎对本文进行投稿你认为好的场景或问题或是一个实践. 升级 pulsar 客户端 sdk 从 pulsar2.10/pulsar2.11 的 sdk 升级到 pulsar 3.0.0 时由于不是全部组</description>
    </item>
    
    <item>
      <title>ASF第一位华人董事</title>
      <link>/post/first-asf-board-member/</link>
      <pubDate>Fri, 12 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/first-asf-board-member/</guid>
      <description>前言 今天一早打开朋友圈就看到几条消息,都是在讲吴晟当选新一届Apache董事会成员,在一定程度上讲中国已经进入 Apache 核心并且还会一直展现向上的趋</description>
    </item>
    
    <item>
      <title>Apache RocketMQ单机部署</title>
      <link>/post/deploy-apache-rocketmq/</link>
      <pubDate>Tue, 27 Nov 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/deploy-apache-rocketmq/</guid>
      <description>前言 这篇文章以4.3.0版本为标准进行讲述在 linux 下部署 RocketMQ 单机实例,在此之前需要已配置 JAVA 环境。 apache RocketMQ 是阿里巴巴在2016年11月捐赠给了apach</description>
    </item>
    
  </channel>
</rss>