关于 Apache Pulsar
Apache Pulsar 是 Apache 软件基金会顶级项目,是下一代云原生分布式消息流平台,集消息、存储、轻量化函数式计算为一体,采用计算与存储分离架构设计,支持多租户、持久化存储、多机房跨区域数据复制,具有强一致性、高吞吐、低延时及高可扩展性等流数据存储特性。
GitHub 地址:http://github.com/apache/pulsar/
导语
各位小伙伴们,Pulsar 社区周报更新来啦!
本次 Pulsar 社区周报,为大家呈现 Pulsar client、broker、transactions 等内容,帮助社区小伙伴们掌握 Pulsar 项目及社区每周进展,也方便大家更好地参与到 Pulsar 社区中来!
感谢本周以下小伙伴为 Apache Pulsar 添砖加瓦(排名不分先后,看看你有没有上榜):
massakam、nlu90、ravi-vaidyanathan、danielsinai、BewareMyPower、liangyepianzhou、Technoboy-、wangjialing218、lhotari、315157973、Shoothzj、Anonymitaet、zymap、lhotari、freeznet、lhotari、zliang-min、gaoran10、rfigueroa、 Demogorgon314、jerrypeng、codelipenghui、eolivelli 、urfreespace、Shoothzj、RobertIndie、wolfstudy、kaushik-develop、BewareMyPower、equanz
接下来,一起看看 7 月 12 日 ~ 7 月 18 日有哪些值得你关注的进展吧!
本周亮点
Security:将 Netty 升级到 4.1.66.Final 版本。
https://github.com/apache/pulsar/pull/11344
贡献者:@lhotari
重要特性
•因为 PR 较多,仅列举较大 PR 进展,不包括当周全部动态
•下面 PR 均已合入 Pulsar 主分支
C++:添加 transaction Admin API getPendingAckInternalStats
。
https://github.com/apache/pulsar/pull/10725
贡献者:@congbobo184
Broker:删除集群时关闭复制器和复制客户端。
https://github.com/apache/pulsar/pull/11342
贡献者:@codelipenghui
Go Functions:设置 Go function 运行时的订阅名称。
https://github.com/apache/pulsar/pull/11332
贡献者:@nlu90
Go Functions:升级 Go 客户端至 0.5.0。
https://github.com/apache/pulsar/pull/11336
贡献者:@wolfstudy
pulsar-perf:为 pulsar-perf CLI 命令添加缺少的参数。
https://github.com/apache/pulsar/pull/11337
贡献者:@wolfstudy
C++:设置 socket 选项时避免抛出异常。
https://github.com/apache/pulsar/pull/11329
贡献者:@BewareMyPower
BookKeeper:删除重复的配置。
https://github.com/apache/pulsar/pull/11283
贡献者:@aloyszhang
C++:支持在 Windows 操作系统上构建 Pulsar C++ 调试库。
https://github.com/apache/pulsar/pull/11302
贡献者:@BewareMyPower
Pulsar Dashboard:移除 Pulsar Dashboard。
https://github.com/apache/pulsar/pull/11284
贡献者:@eolivelli
Admin:使用 peekMessage
或 getMessageById
向 Admin CLI 暴露更多消息属性来获取消息信息。
https://github.com/apache/pulsar/pull/11279
贡献者:@aloyszhang
重要 Bug 修复
•因修复内容较多,仅列举较重要修复内容,不包括本周全部动态
•下面修复均已合入 Pulsar 主分支
Common:修复命名空间 bundle 缓存的不一致行为。
https://github.com/apache/pulsar/pull/11346
贡献者:@merlimat
Admin:修复查看消息时 batch size 小于 0 的错误。
https://github.com/apache/pulsar/pull/11301
贡献者:@aloyszhang
Broker:修复卸载持久分区主题时发生的 NullPointerException 问题。
https://github.com/apache/pulsar/pull/11301
贡献者:@wuzhanpeng
Broker:解决使用分区主题名称获取主题级策略的 issue。
https://github.com/apache/pulsar/pull/11294
贡献者:@315157973
Broker:解决压缩中保留密钥的 issue 。
https://github.com/apache/pulsar/pull/11287
贡献者:@merlimat
活动和新闻
•[英文社区] TGIP:Pulsar 及其生态系统[1]•[中文社区] TGIP-CN:Pulsar 及其生态系统[2]
本期周报翻译贡献者简介
Hi~ 大家好!我是侯盛鑫,朋友习惯叫我大云,Pulsar 开源粉丝一枚,喜欢研究存储以及分布式系统,目前就职于伴鱼,负责 Pulsar 各种功能的落地和稳定性建设,是社区志愿者中的新人。
作为全球性开源项目,截至 2021 年 7 月 19 日,Apache Pulsar 已拥有 427 名贡献者、9.3 K+ Star、2.3 K+ Fork 。正是由于分布在全球各地的社区开发者的贡献,才使得 Apache Pulsar 项目不断发展与前进。
让我们期待下一周的 Apache Pulsar 周报!
如果你也想为 Apache Pulsar 项目出一份力、成为我们的 Contributor,参考下面链接,来加入我们吧:
Apache Pulsar 官方贡献指南[4]
引用链接
[1]
TGIP:Pulsar 及其生态系统: https://streamnative.io/resource#tgip
[2]
TGIP-CN:Pulsar 及其生态系统: https://www.slidestalk.com/ApachePulsar/list/meetup/
[3]
Pulsar Summit 2021 北美峰会 -技术探究专场: https://www.bilibili.com/video/BV1C64y197Db
[4]
Apache Pulsar 官方贡献指南: http://pulsar.apache.org/en/contributing/