写点什么

Pulsar 社区周报|2021-01-18 ~ 2021-01-24

用户头像
Apache Pulsar
关注
发布于: 2021 年 01 月 31 日
Pulsar 社区周报|2021-01-18 ~ 2021-01-24

关于 Apache Pulsar<br>

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

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


Pulsar 周报由 StreamNative 翻译整理,原文内容来自 StreamNative 官网 Pulsar 周报模块 https://streamnative.io/weekly。 本期编辑:Dianjin@StreamNative。


导语


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


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


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


@phijohns-tibco、@aloyszhang、@merlimat、@315157973、@codelipenghui、@congbobo184、@eolivelli、@zymap、@Renkai、@Shoothzj、@BewareMyPower、@ivankelly、@MarvinCai、@jerrypeng、@sijie、@massakam


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


本周亮点


在 MetadataStore 中实现 CoordinationService 抽象:


  • 锁定管理;

  • 选出领导者模式;

  • 特定数产生器

贡献者: @merlimat


重要特性


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

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


Topic Policy:支持获取 InactiveTopic 的应用策略。

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

贡献者:@315157973


Interceptor: 跳过 MediaType.MULTIPARTFORMDATA 的拦截器。

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

贡献者:@codelipenghui


Transactions: 实现 transaction buffer 的 stable position 和 lowWaterMark。

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

贡献者:@congbobo184


Plugin: 使用默认的 ASF 配置创建 Source 的 TAR 包。

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

贡献者:@eolivelli


Authentication: 添加包管理服务的身份验证操作。

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

贡献者:@zymap


重要 Bug 修复


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

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


Dependency: 删除 Spring Plugins 仓库。

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

贡献者:@eolivelli


Dependency: 删除 hbase-server 依赖。

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

贡献者:@Renkai


C++: 修复 ServerError 在日志中未转换为字符串的问题。

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

贡献者:@BewareMyPower


Topic Policy: 修复 Flaky 单元测试的问题。

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

贡献者:@315157973


Functions: 修复 Function worker 不使用 isSuperUser 方法检查超级用户状态的问题。

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

贡献者:@zymap


Broker: 修复 ServerCnx 中的生产者/消费者映射竞态条件的问题。

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

贡献者:@ivankelly


Broker: 修复 ResponseHandlerFilter.java 中禁用拦截器的问题。

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

贡献者:@codelipenghui


Interceptor: 修复拦截器无法处理 multipart / form-data 边界的问题。

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

贡献者:@codelipenghui


Test: 清理 BatchSourceExecutorTest 中的 Flaky 测试。

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

贡献者:@eolivelli


Log: 提供 OpAddEntry 的调试日志。

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

贡献者:@Shoothzj


Broker: 处理重定向请求的 web application 异常。

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

贡献者:@sijie


Flaky test: 修复偶尔失败的单元测试。

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

贡献者:@315157973


Broker: 修复当 namespace 不存在时创建主题出错时提示错误信息的问题。

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

贡献者:@aloyszhang


Broker: 修复本地/全局 ZooKeeper 滥用的问题,并在 MockedPulsarServiceBaseTest 为本地/全局提供不同的 ZooKeeper。

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

贡献者:@aloyszhang


Broker: 修复不能在 namespace 级别禁用 maxConsumersPerTopic 的问题。

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

贡献者:@315157973


Compaction: 修复当压缩 ledger 为空时 topic 压缩的问题。

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

贡献者:@jerrypeng


Dead Letter Queue: 修复当为死信队列(DLQ)创建生产者时,使用不正确的条件检查的问题。

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

贡献者:@MarvinCai


Build: 修复当使用不同的 OpenSSL 时,在 Mac OS 上构建 C ++ 客户端库的问题。

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

贡献者:@phijohns-tibco


活动和新闻


  • TGIP:Pulsar 及其生态系统

https://streamnative.io/resource#tgip


  • TGIP-CN:Pulsar 及其生态系统

https://www.slidestalk.com/ApachePulsar/list/meetup/


  • [视频] Apache Pulsar: The Next Generation Messaging and Queuing System -- Karthik Ramasamy

https://www.youtube.com/watch?v=30QKArypisg


博文阅读


StreamNative Launches Pulsar-as-a-Service on AWS

https://streamnative.io/en/blog/release/2021-01-21-streamnative-cloud-aws




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


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


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


发布于: 2021 年 01 月 31 日阅读数: 22
用户头像

Apache Pulsar

关注

下一代云原生分布式消息流平台 2017.10.17 加入

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

评论

发布
暂无评论
Pulsar 社区周报|2021-01-18 ~ 2021-01-24