关于pulsar:Pulsar-社区周报|20210614~20210620

11次阅读

共计 4054 个字符,预计需要花费 11 分钟才能阅读完成。

对于 Apache Pulsar

Apache Pulsar 是 Apache 软件基金会顶级我的项目,是下一代云原生分布式音讯流平台,集音讯、存储、轻量化函数式计算为一体,采纳计算与存储拆散架构设计,反对多租户、长久化存储、多机房跨区域数据复制,具备强一致性、高吞吐、低延时及高可扩展性等流数据存储个性。

GitHub 地址:http://github.com/apache/pulsar/

导语

各位小伙伴们,Pulsar 社区周报更新来啦!

本次 Pulsar 社区周报,为大家出现 Pulsar client、broker、transactions 等内容,帮忙社区小伙伴们把握 Pulsar 我的项目及社区每周停顿,也不便大家更好地参加到 Pulsar 社区中来!

感激本周以下小伙伴为 Apache Pulsar 添砖加瓦(排名不分先后,看看你有没有上榜):

mattisonchao、newur、rdhabalia、lhotari、merlimat、eolivelli、aloyszhang、congbobo184、315157973、codelipenghui、lbenc135、BewareMyPower、wuzhanpeng、vmalloc、Yiyiyimu、murong00、massakam、mostafij-rahman、Anonymitaet、ericsyh、michaeljmarshall、xuesongxs、yangl

接下来,一起看看 06 月 14 日 ~ 06 月 20 日有哪些值得你关注的停顿吧!

本周亮点

Broker:失败和超时的 topic 会进行 replicator 并且清理失败的 topic。

https://github.com/apache/pul…

贡献者:@rdhabalia

Broker:启用 Replicator 后,更新分区数量时不会去创立 managedLedger。

https://github.com/apache/pul…

贡献者:@315157973

重要个性

  • 因为 PR 较多,仅列举较大 PR 停顿,不包含当周全副动静
  • 上面 PR 均已合入 Pulsar 主分支

Security:排除并删除 FreeBuilder 依赖。

https://github.com/apache/pul…

贡献者:@lhotari

Security:将 BouncyCastle 降级到 1.69 版本。

https://github.com/apache/pul…

贡献者:@lhotari

Security:将 Kubernetes Java 客户端降级到 12.0.1 版本。

https://github.com/apache/pul…

贡献者:@lhotari

Security:将 Caffeine 降级到 2.9.1 版本。

https://github.com/apache/pul…

贡献者:@lhotari

Python:将 Python 3.9 增加到 manylinux2014 构建反对中。

https://github.com/apache/pul…

贡献者:@lbenc135

Broker:删除 CompletableFuture 超时解决的冗余办法。

https://github.com/apache/pul…

贡献者:@lhotari

Test:为 NamespaceBundleSplitAlgorithmTest 增加了一些测试。

https://github.com/apache/pul…

贡献者:@mattisonchao

Broker:失败和超时的 topic 会进行 replicator 并且清理失败的 topic。

https://github.com/apache/pul…

贡献者:@rdhabalia

Refactor:为适应 Java 8 从而重构了局部办法。

https://github.com/apache/pul…

贡献者:@mattisonchao

Test:减少测试 org.apache.pulsar.metadata.ZKSessionTest 的稳定性。

https://github.com/apache/pul…

贡献者:@eolivelli

Broker:启用 Replicator 后,更新分区数量时不会创立 managedLedger。

https://github.com/apache/pul…

贡献者:@315157973

重要 Bug 修复

  • 因修复内容较多,仅列举较重要修复内容,不包含本周全副动静
  • 上面修复均已合入 Pulsar 主分支

Broker:修复 getLastMessageId 导致间接内存泄露的问题。

https://github.com/apache/pul…

贡献者:@lhotari

Broker:修复 Reader 在获取最新 Message ID 时会抛出 NonRecoverableLedgerException 问题。

https://github.com/apache/pul…

贡献者:@codelipenghui

Build:将 io.airlift.aircompressor 更新到 19 版本。

https://github.com/apache/pul…

贡献者:@newur

Common:更新 TopicName#getPartitionIndex 的实现逻辑。

https://github.com/apache/pul…

贡献者:@yangl

Proxy:修复字符串在循环中的连贯问题。

https://github.com/apache/pul…

贡献者:@mattisonchao

Metadata:删除反复的 awaitility 依赖。

https://github.com/apache/pul…

贡献者:@yangl

CLI:修复对 list.remove 办法的谬误应用。

https://github.com/apache/pul…

贡献者:@mattisonchao

Broker:修复因不跳过 broker entry metadata 而引发的 parseMessageMetadata 谬误。

https://github.com/apache/pul…

贡献者:@aloyszhang

Client:修复 ConsumerImpl#internalGetLastMessageIdAsync 无返回的问题。

https://github.com/apache/pul…

贡献者:@eolivelli

C++:修复对于动态库文件中 windows 构建的问题。

https://github.com/apache/pul…

贡献者:@BewareMyPower

Client:修复非长久化 topic 在 discovery 时取得分区元数据的 issue。

https://github.com/apache/pul…

贡献者:@aloyszhang

Build:修复对于 Pulsar Functions 的默认 main 配置文件激活的问题。

https://github.com/apache/pul…

贡献者:@murong00

Transactions:避免在没有胜利执行 startAsync() 的状况下调用 closeAsync() 时产生 空指针异样。

https://github.com/apache/pul…

贡献者:@eolivelli

Broker:修复 compaction 对系统 topic 不起作用的问题。

https://github.com/apache/pul…

贡献者:@codelipenghui

Broker:修复局部抛出的异样未抛出的问题。

https://github.com/apache/pul…

贡献者:@mattisonchao

流动和新闻

  • 查看 Pulsar Virtual Summit North America 2021 回顾
  • 英文社区|TGIP:Pulsar 及其生态系统
  • 中文社区|TGIP-CN:Pulsar 及其生态系统

博文举荐

Apache Pulsar 助力金山云日志服务,日解决 200TB 数据

Apache Pulsar:云原生时代的音讯服务

Introducing StreamNative Platform

A Deep-dive of Transactions in Apache Pulsar

Apache Pulsar Launches 2.8: Unified Messaging and Streaming With Transactions

Pulsar Hits Its 400th Contributor & Passes Kafka in Monthly Active Contributors

Exactly-Once Semantics with Transactions in Pulsar

Why developers should use Apache Pulsar — Patrick McFadin

StreamNative Platform, An Enterprise Messaging and Streaming Platform Powered by Apache Pulsar

相干浏览

  • Pulsar 社区周报|2021-06-07~2021-06-13
  • Pulsar 社区周报|2021-05-31~2021-06-06

本期周报翻译贡献者简介

大家好,我叫刘梓霖,是一名开源爱好者,因开源与 Pulsar 社区结缘,心愿 Puslar 社区越来越好,赶快退出 Puslar 这个小家庭叭!btw,我的个人主页:Github


作为全球性开源我的项目,截至 2021 年 06 月 20 日,Apache Pulsar 已领有 410 名贡献者、9 K+ Star、2.2 K+ Fork。正是因为散布在寰球各地的社区开发者的奉献,才使得 Apache Pulsar 我的项目一直倒退与后退。

让咱们期待下一周的 Apache Pulsar 周报!

如果你也想为 Apache Pulsar 我的项目出一份力、成为咱们的 Contributor,参考上面链接,来退出咱们吧:

Apache Pulsar 官网奉献指南

正文完
 0