Pulsar 社区周报|2021-01-04~2021-01-10

原创
2021/01/13 19:30
阅读数 241

Pulsar 周报由 StreamNative 翻译整理。 原文内容来自 StreamNative 官网 Pulsar 周报模块 https://streamnative.io/weekly。

本期编辑:鸡排, StreamNative。

关于 Apache Pulsar

Apache Pulsar 是 Apache 软件基金会顶级项目,是下一代云原生分布式消息流平台,集消息、存储、轻量化函数式计算为一体,采用计算与存储分离架构设计,支持多租户、持久化存储、多机房跨区域数据复制,具有强一致性、高吞吐、低延时及高可扩展性等流数据存储特性。

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

Pulsar 2020 用户调查活动即将截止,没有填写的小伙伴不要错失为 Pulsar 提建议的良机👉赶快扫描下方二维码或点击底部“阅读原文”填写,有机会获得新版 Pulsar 社区周边哦!

导语

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

本次 Pulsar 社区周报,为大家呈现 Pulsar client、Broker、Functions 等内容,帮助社区小伙伴们掌握 Pulsar 项目及社区每周进展,也方便大家更好地参与到 Pulsar 社区中来!

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

@sijie、 @merlimat、@z2665、@hangc0276、@zymap、@315157973、@dockerzhang、@flowchartsman、@eolivelli、@codelipenghui、@BewareMyPower、@tuteng、@tongsucn、@aloyszhang、@  nodece 、@ wangjialing218 、@ WJL3333 、@ geomagilles 、@ michaeljmarshall 、@  mpfz0r 、@saoair

接下来,一起看看 1 月 4 ~ 10 日有哪些值得你关注的进展吧!

本周亮点

支持具有相同身份验证方法名称的链式身份验证。因此,用户可以使用相同的身份验证方法名称配置多个身份验证提供者。 
贡献者: @sijie

功能开发建议

PIP-45: 增加实现 MetadataCache。 
https://github.com/apache/pulsar/pull/9148 
贡献者: @merlimat

PIP-75: 将 Google Protobuf 替换为 LightProto。 
https://github.com/apache/pulsar/pull/9046 
贡献者: @merlimat

重要特性

因为 PR 较多,仅列举较大 PR 进展,不包括当周全部动态
下面 PR 均已合入 Pulsar 主分支

C++ Client: 通过 C ++ client 的 ListenerName 添加广播地址搜寻。 
https://github.com/apache/pulsar/pull/9119 
贡献者: @z2665

Broker: 为 namespace-level 策略添加 maxTopicsPerNamespace 限制。 
https://github.com/apache/pulsar/pull/9042 
贡献者: @hangc0276

Pulsar: 在 pulsar-common 模块中启用 spotbug 检查。 
https://github.com/apache/pulsar/pull/9016 
贡献者: @zymap

Storage: 将 ledger 滚动检查设为内部任务。 
https://github.com/apache/pulsar/pull/8946 
贡献者: @hangc0276

Stats: 添加一个新指标,监控 mark-delete 位置是否超前。 
https://github.com/apache/pulsar/pull/8930 
贡献者: @sijie

重要 Bug 修复

因修复内容较多,仅列举较重要修复内容,不包括本周全部动态
下面修复均已合入 Pulsar 主分支

Broker: 修复在用户未指定值的情况下,namespace-level 策略返回不正确的默认值的问题。 
https://github.com/apache/pulsar/pull/9149 
贡献者: @315157973

Test: 解决 ManagedLedgerTest.testAsyncUpdateProperties()中的竞态条件的问题。 
https://github.com/apache/pulsar/pull/9152 
贡献者: @merlimat

pulsar-admin: 因启用 TLS 的集群不需要 service-url,将 service-url 设置为非必填项。 
https://github.com/apache/pulsar/pull/9127 
贡献者: @dockerzhang

Functions: 修复 Go Functions 中因未正确设置 BatchBuilder 而导致的 NPE。 
https://github.com/apache/pulsar/pull/9124 
贡献者: @flowchartsman

Broker: 修复由于 StampedLock不可重入且 ConcurrentOpenHashMap 的 foreach 方法获得读锁定而导致卸载 namespace 捆绑被阻塞的问题。 
https://github.com/apache/pulsar/pull/9116 
贡献者: @codelipenghui

PulsarAdmin: 解决 function-name API 返回错误类型的问题。 
https://github.com/apache/pulsar/pull/9115 
贡献者: @tuteng

Broker: 修复当 MultiTopicsConsumerImpl 收到空值消息时的 NPE。 
https://github.com/apache/pulsar/pull/9113 
贡献者: @BewareMyPower

C++ Client: 修复由非虚拟析构函数引起的编译问题。 
https://github.com/apache/pulsar/pull/9106 
贡献者: @tongsucn

Storage: 修复 ManagedLedgerInterceptorImpl 中的 BKIncorrectParameterException 问题。 
https://github.com/apache/pulsar/pull/9091 
贡献者: @aloyszhang

Broker: 修复在启用 KoP 的情况下,启动 Pulsar broker 时产生的 ConcurrentModificationException错误。
https://github.com/apache/pulsar/pull/9088 
贡献者: @aloyszhang

Broker: 修复在卸载多个 topic 后,Pulsar broker 每次只使一条消息过期的问题。 
https://github.com/apache/pulsar/pull/9083 
贡献者: @eolivelli

C++ Client: 修复 consumer 重复发送 redeliverMessages 的问题。 
https://github.com/apache/pulsar/pull/9072 
贡献者: @saosir

Broker: 修复当获取不存在的 topic 分区元数据时,返回错误值的问题。 
https://github.com/apache/pulsar/pull/8818 
贡献者: @aloyszhang

活动和新闻

TGIP:Pulsar 及其生态系统 
https://streamnative.io/resource#tgip
TGIP-CN:Pulsar 及其生态系统 
https://www.slidestalk.com/ApachePulsar/list/meetup/
Pulsar Summit Asia 2020 
https://space.bilibili.com/391380821/channel/detail?cid=159884

博文阅读

批流融合:Pulsar Flink Connector 2.7.0 发布How Apache Pulsar is Helping Iterable Scale its Customer Engagement Platform[1]

相关阅读

•  Pulsar 社区周报| 2020-12-28 ~ 2021-01-03

•  脉冲星 12 月脉动 | Pulsar 2.7.0 发布!

•  Pulsar 社区周报| 2020-12-12 ~ 2020-12.18


引用链接

[1] How Apache Pulsar is Helping Iterable Scale its Customer Engagement Platform: https://streamnative.io/en/blog/case/2021-01-05-iterable-scale-customer-engagement-platform-with-pulsar
[2] Apache Pulsar 官方贡献指南: http://pulsar.apache.org/en/contributing/


作为全球性开源项目,截至 2021 年 1 月 10 日,Apache Pulsar 已拥有 352 名贡献者、7K+ Star 、1.8K+ Fork 。正是由于分布在全球各地的社区开发者的贡献,才使得 Apache Pulsar 项目不断发展与前进。

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

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

Apache Pulsar 官方贡献指南[2]

点击「阅读原文」,填写问卷、抽取周边吧!

本文分享自微信公众号 - ApachePulsar(ApachePulsar)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部