Pulsar 社区周报 | No.20250523

各位热爱 Pulsar 的小伙伴们,Pulsar 社区周报更新啦!这里将记录 Pulsar 社区每周的重要更新,每周发布。 

Pulsar Weekly Merge Stars

- Merge Stars -

感谢以下的小伙伴,感谢你们本周为 Apache Pulsar 做的精彩贡献(排名不分先后)

Pulsar Weekly Merge Stars

Pulsar Weekly Merge Stars

@lhotari,@berg223,@RobertIndie,@nodece,@anosulchik,@trynocoding,@AnonHxy,@poorbarcode,@dao-jun,@candu,@brunodomenici,@liangyepianzhou,@cbornet,@hanmz

apache/pulsar

fix

  •  [fix][test]修复测试中的更多 ByteBuf 资源泄漏,第四部分 [1] @lhotari

  •  [fix][offload]在 BlobStoreBackedReadHandleImplV2.readAsync 方法中完成读取循环之外的未来任务。 [2] @lhotari

  •  [fix][test]修复不稳定的 ManagedLedgerTest.testDoNotGetOffloadPoliciesMultipleTimesWhenTrimLedgers [3] @lhotari

  •  [fix][test]修复不稳定的 AutoScaledReceiverQueueSizeTest.testNegativeClientMemory [4] @hanmz

  •  [fix][cli]修复 pulsar-shell 无法发送包含引号和空格的消息 [5] @berg223

  •  [fix][test]修复不稳定的 MultiTopicsReaderTest.testMultiNonPartitionedTopicWithRollbackDuration。 [6] @hanmz

  •  [fix][io]修复 Kinesis Avro 字节处理 [7] @cbornet

  •  [fix][test]修复测试中的更多资源泄漏 [8] @lhotari

  •  [fix][broker]修复创建分区主题时的潜在死锁问题。 [9] @nodece

  •  [fix][broker]非全局主题策略和全局主题策略相互覆盖。 [10] @poorbarcode

  •  [fix][broker]全局主题策略在卸载主题后不再生效,而持久化的全局主题策略也从未生效。 [11] @poorbarcode

新特性

  •  [improve][cli]通过使用线程中断状态来提高 pulsar-perf 终止的响应性 [12] @lhotari

  •  [improve]将 PersistentMessageFinder 的字段修饰符更改为可在插件中重用。 [13] @dao-jun

others

  •  [cleanup]删除未使用的配置 `autoShrinkForConsumerPendingAcksMap` [14] @dao-jun

  •  [feat][pip]PIP-415: 支持通过索引获取消息 ID [15] @liangyepianzhou

apache/bookkeeper

others

  •  优化 ListActiveLedgersCommand [16] @AnonHxy

apache/pulsar-client-go

others

  •  修复预发布流程 [17] @RobertIndie

apache/pulsar-client-node

fix

  •  [fix][client]正确处理 subscriptionRolePrefix [18] @candu

apache/pulsar-helm-chart

others

  •  将默认的 values.yaml 中的 oxia 镜像升级到 0.12.0。 [19] @lhotari

  •  额外的容器和卷用于 oxia coordinator [20] @anosulchik

  •  可配置的 oxia 协调器 configmap 和入口点 [21] @anosulchik

  •  修复使用全局 Zookeeper 时的 broker 初始化错误 (#602) [22] @trynocoding

  •  OpenID:引入对 OpenID 配置的支持 [23] @brunodomenici

参考资料 

[1] 

[fix][test]修复测试中的更多 ByteBuf 资源泄漏,第四部分 : https://github.com/apache/pulsar/pull/24332

[2] 

[fix][offload]在 BlobStoreBackedReadHandleImplV2.readAsync 方法中完成读取循环之外的未来任务。 : https://github.com/apache/pulsar/pull/24331

[3] 

[fix][test]修复不稳定的 ManagedLedgerTest.testDoNotGetOffloadPoliciesMultipleTimesWhenTrimLedgers : https://github.com/apache/pulsar/pull/24330

[4] 

[fix][test]修复不稳定的 AutoScaledReceiverQueueSizeTest.testNegativeClientMemory : https://github.com/apache/pulsar/pull/24324

[5] 

[fix][cli]修复 pulsar-shell 无法发送包含引号和空格的消息 : https://github.com/apache/pulsar/pull/24320

[6] 

[fix][test]修复不稳定的 MultiTopicsReaderTest.testMultiNonPartitionedTopicWithRollbackDuration。 : https://github.com/apache/pulsar/pull/24318

[7] 

[fix][io]修复 Kinesis Avro 字节处理 : https://github.com/apache/pulsar/pull/24316

[8] 

[fix][test]修复测试中的更多资源泄漏 : https://github.com/apache/pulsar/pull/24314

[9] 

[fix][broker]修复创建分区主题时的潜在死锁问题。 : https://github.com/apache/pulsar/pull/24313

[10] 

[fix][broker]非全局主题策略和全局主题策略相互覆盖。 : https://github.com/apache/pulsar/pull/24286

[11] 

[fix][broker]全局主题策略在卸载主题后不再生效,而持久化的全局主题策略也从未生效。 : https://github.com/apache/pulsar/pull/24279

[12] 

[improve][cli]通过使用线程中断状态来提高 pulsar-perf 终止的响应性 : https://github.com/apache/pulsar/pull/24309

[13] 

[improve]将 PersistentMessageFinder 的字段修饰符更改为可在插件中重用。 : https://github.com/apache/pulsar/pull/24308

[14] 

[cleanup]删除未使用的配置 autoShrinkForConsumerPendingAcksMap : https://github.com/apache/pulsar/pull/24315

[15] 

[feat][pip]PIP-415: 支持通过索引获取消息 ID : https://github.com/apache/pulsar/pull/24220

[16] 

优化 ListActiveLedgersCommand : https://github.com/apache/bookkeeper/pull/4602

[17] 

修复预发布流程 : https://github.com/apache/pulsar-client-go/pull/1373

[18] 

[fix][client]正确处理 subscriptionRolePrefix : https://github.com/apache/pulsar-client-node/pull/416

[19] 

将默认的 values.yaml 中的 oxia 镜像升级到 0.12.0。 : https://github.com/apache/pulsar-helm-chart/pull/611

[20] 

额外的容器和卷用于 oxia coordinator : https://github.com/apache/pulsar-helm-chart/pull/609

[21] 

可配置的 oxia 协调器 configmap 和入口点 : https://github.com/apache/pulsar-helm-chart/pull/606

[22] 

修复使用全局 Zookeeper 时的 broker 初始化错误 (#602) : https://github.com/apache/pulsar-helm-chart/pull/603

[23] 

OpenID:引入对 OpenID 配置的支持 : https://github.com/apache/pulsar-helm-chart/pull/509

热点推荐

REVIEW

参与问卷赢百页小册《Apache Pulsar 调优指南》

联系 PulsarBot 报名成为社区志愿者

最新 Pulsar 岗位招聘,快来点击(公众号菜单-联系社区-名企直达)

联系社区

微信号:pulsarbot

视频号:AscentStream谙流科技

结尾

- The End -

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值