共计 4137 个字符,预计需要花费 11 分钟才能阅读完成。
Pulsar 周报由 StreamNative 翻译整顿。原文内容来自 StreamNative 官网 Pulsar 周报模块 https://streamnative.io/weekly。
本期编辑:Tango@StreamNative。
对于 Apache Pulsar
Apache Pulsar 是 Apache 软件基金会顶级我的项目,是下一代云原生分布式音讯流平台,集音讯、存储、轻量化函数式计算为一体,采纳计算与存储拆散架构设计,反对多租户、长久化存储、多机房跨区域数据复制,具备强一致性、高吞吐、低延时及高可扩展性等流数据存储个性。
GitHub 地址:http://github.com/apache/pulsar/
导语
各位小伙伴们,Pulsar 社区周报更新来啦!
本次 Pulsar 社区周报,为大家出现 Pulsar client、broker、Functions、transactions,、authentication 等内容,帮忙社区小伙伴们把握 Pulsar 我的项目及社区每周停顿,也不便大家更好地参加到 Pulsar 社区中来!
感激本周以下小伙伴为 Apache Pulsar 添砖加瓦(排名不分先后,看看你有没有上榜):
mauza、xiaotongwang1、eolivelli、limingnihao、rdhabalia、linlinnn、aahmed-se、murong00、Anonymitaet、315157973、MarvinCai、congbobo184、merlimat、lhotari、codelipenghui、BewareMyPower、fanjeff、patricklucas、golden-yang
接下来,一起看看 3 月 1 ~ 7 日有哪些值得你关注的停顿吧!
本周亮点
broker:容许启用或禁用 cursor 指标。
https://github.com/apache/pul…
贡献者:@linlinnn
Transactions:在待处理的 ack 操作上新增 最低偏移量(low watermark)的解决。
https://github.com/apache/pul…
贡献者:@congbobo184
重要个性
- 因为 PR 较多,仅列举较大 PR 停顿,不包含当周全副动静
- 上面 PR 均已合入 Pulsar 主分支
Common:优化 ConcurrentOpenHashMap,缩短读锁死的持续时间。
https://github.com/apache/pul…
贡献者:@merlimat
Utils:转储 pulsar-perf 的 JVM 信息。
https://github.com/apache/pul…
贡献者:@eolivelli
Broker:反对获取利用的 BlacklogQuota
。
https://github.com/apache/pul…
贡献者:@315157973
Broker:反对获取利用的 SubscriptionDispatchRate
。
https://github.com/apache/pul…
贡献者:@315157973
CI:在重试或继续执行下一测试之前,革除测试失败的状态。
https://github.com/apache/pul…
贡献者:@lhotari
C++ client:从 C++ 库中删除 gtest
文件。
https://github.com/apache/pul…
贡献者:@zymap
CI:增加 apache-rat check-in CI 测试。
https://github.com/apache/pul…
贡献者:@zymap
Build:从 Pulsar docker 镜像中删除 .deb
包。
https://github.com/apache/pul…
贡献者:@merlimat
Build:将 pulsar-io-kafka-connect-adaptor
拆分为 JAR 和 NAR 模块。
https://github.com/apache/pul…
贡献者:@merlimat
Broker:将待处理的读订阅指标增加到 stats-internal。
https://github.com/apache/pul…
贡献者:@rdhabalia
Broker:为 PulsarService#getAdminClient
增加 NPE 查看。
https://github.com/apache/pul…
贡献者:@BewareMyPower
Build:启用具体的 Java 编译器告警。
https://github.com/apache/pul…
贡献者:@lhotari
Build:设置我的项目版本时,更新 terraform 文件中的 Pulsar 版本。
https://github.com/apache/pul…
贡献者:@zymap
Deployment:更新 Ansible 的部署配置中 Pulsar 的版本至 2.7.0。
https://github.com/apache/pul…
贡献者:@codelipenghui
CI:将集成测试命令重构为 run_integration_group.sh
脚本。
https://github.com/apache/pul…
贡献者:@lhotari
CI:应用 DiagnosticCommand
JMX MBean 实现线程转储。
https://github.com/apache/pul…
贡献者:@lhotari
CI:通过仅涵盖选定的 connectors 来减小集成测试镜像的大小。
https://github.com/apache/pul…
贡献者:@merlimat
Go client:将 JWT-Go 版本更新为 v4。
https://github.com/apache/pul…
贡献者:@fanjeff
Broker:避免应用有效的 broker 或 proxy configuration 进行受权。
https://github.com/apache/pul…
贡献者:@lhotari
Broker:将 getWorkerService
办法更改为抛出 UnsupportedOperationException
。
https://github.com/apache/pul…
贡献者:@golden-yang
Broker:如果响应曾经提交,则不增加 broker-address 标头。
https://github.com/apache/pul…
贡献者:@lhotari
Broker:验证 /offload
申请的参数。
https://github.com/apache/pul…
贡献者:@patricklucas
Transaction:对 End transaction 操作进行重试。
https://github.com/apache/pul…
贡献者:@congbobo184
重要 Bug 修复
- 因修复内容较多,仅列举较重要修复内容,不包含本周全副动静
- 上面修复均已合入 Pulsar 主分支
Broker:修复 2.7 分支上 Topic 为空时 hasMessageAvailable()
导致的谬误。
https://github.com/apache/pul…
贡献者:@zymap
Broker:修复 2.7 分支上获取 topic 利用策略时未查看 topic 所有权的问题。
https://github.com/apache/pul…
贡献者:@315157973
Broker:修复主分支上获取 topic 利用策略时未查看 topic 所有权的问题。
https://github.com/apache/pul…
贡献者:@315157973
Broker:修复 PersistentReplicator
中的 NPE 和线程平安问题。
https://github.com/apache/pul…
贡献者:@lhotari
Java client:修复 ClientCnx
中的 NPE。
https://github.com/apache/pul…
贡献者:@lhotari
Broker:修复如果达到最大订阅限度,consumer 无奈应用较旧的订阅来生产音讯的问题。
https://github.com/apache/pul…
贡献者:@315157973
Go client:修复 lookup service 中的 socket 透露的问题。
https://github.com/apache/pul…
贡献者:@freeznet
Transactions:修复 transaction 日志的追加同步问题。
https://github.com/apache/pul…
贡献者:@congbobo184
流动和新闻
- [Pulsar Summit 北美峰会 2021:启动演讲征集!
](https://mp.weixin.qq.com/s?__…
- TGIP:Pulsar 及其生态系统
- TGIP-CN:Pulsar 及其生态系统
- Webinar:: TiDB + Pulsar, Event Streaming Architecture in Action
博文浏览
- Taking an In-Depth Look at How to Achieve Isolation in Pulsar
- Apache BookKeeper 4.13.0 公布
- 腾讯加盟:Kafka-on-Pulsar 我的项目迎来 2 位腾讯 Maintainer!
- 博文举荐|Pulsar 存储空间不开释的问题剖析与解决办法
- 译文|抉择 Apache Pulsar 而非 Kafka 的 10 个理由
- 脉冲星 2 月脉动 | Pulsar 的正月
- Apache Pulsar PMC 成员翟佳:Pulsar 2021 瞻望与布局
作为全球性开源我的项目,截至 2021 年 3 月 7 日,Apache Pulsar 已领有 375 名贡献者、7.4K+ Star、1.9K+ Fork。正是因为散布在寰球各地的社区开发者的奉献,才使得 Apache Pulsar 我的项目一直倒退与后退。
让咱们期待下一周的 Apache Pulsar 周报!
如果你也想为 Apache Pulsar 我的项目出一份力、成为咱们的 Contributor,参考上面链接,来退出咱们吧:
Apache Pulsar 官网奉献指南