Pulsar 社区周报|2021-06-14~2021-06-20

关于 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/pulsar/pull/10847

贡献者:@rdhabalia

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

https://github.com/apache/pulsar/pull/10910

贡献者:@315157973

重要特性

  • 因为 PR 较多,仅列举较大 PR 进展,不包括当周全部动态

  • 下面 PR 均已合入 Pulsar 主分支

Security:排除并删除 FreeBuilder 依赖。

https://github.com/apache/pulsar/pull/10869

贡献者:@lhotari

Security:将 BouncyCastle 升级到 1.69 版本。

https://github.com/apache/pulsar/pull/10867

贡献者:@lhotari

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

https://github.com/apache/pulsar/pull/10866

贡献者:@lhotari

Security:将 Caffeine 升级到 2.9.1 版本。

https://github.com/apache/pulsar/pull/10865

贡献者:@lhotari

Python:将 Python 3.9 添加到 manylinux2014 构建支持中。

https://github.com/apache/pulsar/pull/10954

贡献者:@lbenc135

Broker:删除 CompletableFuture 超时处理的冗余方法。

https://github.com/apache/pulsar/pull/10970

贡献者:@lhotari

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

https://github.com/apache/pulsar/pull/10987

贡献者:@mattisonchao

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

https://github.com/apache/pulsar/pull/10847

贡献者:@rdhabalia

Refactor:为适应 Java 8 从而重构了部分方法。

https://github.com/apache/pulsar/pull/10879

贡献者:@mattisonchao

Test:增加测试 org.apache.pulsar.metadata.ZKSessionTest 的稳定性。

https://github.com/apache/pulsar/pull/10955

贡献者:@eolivelli

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

https://github.com/apache/pulsar/pull/10910

贡献者:@315157973

重要 Bug 修复

  • 因修复内容较多,仅列举较重要修复内容,不包括本周全部动态

  • 下面修复均已合入 Pulsar 主分支

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

https://github.com/apache/pulsar/pull/10977

贡献者:@lhotari

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

https://github.com/apache/pulsar/pull/10957

贡献者:@codelipenghui

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

https://github.com/apache/pulsar/pull/10983

贡献者:@newur

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

https://github.com/apache/pulsar/pull/10902

贡献者:@yangl

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

https://github.com/apache/pulsar/pull/10986

贡献者:@mattisonchao

Metadata:删除重复的 awaitility 依赖。

https://github.com/apache/pulsar/pull/10979

贡献者:@yangl

CLI:修复对 list.remove 方法的错误使用。

https://github.com/apache/pulsar/pull/10935

贡献者:@mattisonchao

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

https://github.com/apache/pulsar/pull/10968

贡献者:@aloyszhang

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

https://github.com/apache/pulsar/pull/10974

贡献者:@eolivelli

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

https://github.com/apache/pulsar/pull/10956

贡献者:@BewareMyPower

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

https://github.com/apache/pulsar/pull/10806

贡献者:@aloyszhang

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

https://github.com/apache/pulsar/pull/10887

贡献者:@murong00

Transactions:防止在没有成功执行 startAsync() 的情况下调用 closeAsync() 时发生 空指针异常。

https://github.com/apache/pulsar/pull/10948

贡献者:@eolivelli

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

https://github.com/apache/pulsar/pull/10941

贡献者:@codelipenghui

Broker:修复部分抛出的异常未抛出的问题。

https://github.com/apache/pulsar/pull/10931

贡献者:@mattisonchao

活动和新闻

博文推荐

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 社区结缘,希望 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 官方贡献指南

原文地址:https://www.cnblogs.com/StreamNative/p/14929848.html