本各位热爱 Pulsar 的小伙伴们,Pulsar 社区周报更新啦!这里将记录 Pulsar 社区每周的重要更新,每周发布。
Pulsar Weekly Merge Stars
感谢以下的小伙伴,感谢你们本周为 Apache Pulsar 做的精彩贡献(排名不分先后)
Pulsar Weekly Merge Stars
@freeznet,@equanz,@poorbarcode,@hrzzzz,@pengxiangrui127,@pdolif,@dependabot[bot],@reugn,@dao-jun,@crossoverJie,@AnuragReddy2000,@danpi,@lhotari,@nodece
apache/pulsar
fix
- [fix][ml]主题载入超时因为ml数据ledger未来永远不会完成 [1] @poorbarcode
- [fix][broker]在蓝绿集群迁移期间,系统主题不应迁移。[2] @hrzzzz
- [fix][admin]修复 getMessageId 方法中的异常丢失问题 [3] @danpi
- [fix][broker]修复在设置 namespace 中的其它 localPolicies 时导致迁移信息丢失的错误。[4] @hrzzzz
- [fix]修复Pulsar Alpine docker镜像稳定性问题:移除glibc-compat [5] @lhotari
- [Fix][Client]修复在 closeAsync 时未能完成的挂起消息 [6] @pengxiangrui127
- [fix][client]修复了使用包含集群名的遗留主题命名时消费者的 enableRetry 功能 [7] @crossoverJie
- [fix][test]修复不稳定的 KeySharedSubscriptionTest.testNoKeySendAndReceiveWithHashRangeAutoSplitStickyKeyConsumerSelector [8] @pdolif
- [fix] [client]修复在发布遇到特殊情况错误时的内存泄漏问题 [9] @poorbarcode
- [fix][client]使DeadLetterPolicy和KeySharedPolicy序列化 [10] @AnuragReddy2000
- [fix][client]修复在蓝绿集群切换期间 reader 消息过滤的问题 [11] @hrzzzz
新特性
- [improve][ml]优化 BlobStoreManagedLedgerOffloader.getOffloadPolicies [12] @dao-jun
- [improve][client]将 replicateSubscriptionState 设为可空 [13] @nodece
- [improve][monitor]升级 OTel 至 1.45.0 [14] @crossoverJie
apache/bookkeeper
others
- 构建(依赖项): 在/site3/website中将nanoid从3.3.7升级到3.3.8 [15] @dependabot[bot]
- 修复 tune-runner-vm 操作以在 `ubuntu-24.04` 镜像上正确运行 [16] @equanz
streamnative/function-mesh
others
- 使用 HPA(Horizontal Pod Autoscaler,水平 Pod 自动扩缩)时的利用系数因子 [17] @freeznet
apache/pulsar-client-go
others
- 重构:使用errors.Join来封装多个错误 [18] @reugn
参考资料
[1]
[fix][ml]主题载入超时因为ml数据ledger未来永远不会完成 : https://github.com/apache/pulsar/pull/23772
[2]
[fix][broker]在蓝绿集群迁移期间,系统主题不应迁移。: https://github.com/apache/pulsar/pull/23767
[3]
[fix][admin]修复 getMessageId 方法中的异常丢失问题 : https://github.com/apache/pulsar/pull/23766
[4]
[fix][broker]修复在设置 namespace 中的其它 localPolicies 时导致迁移信息丢失的错误。: https://github.com/apache/pulsar/pull/23764
[5]
[fix]修复Pulsar Alpine docker镜像稳定性问题:移除glibc-compat : https://github.com/apache/pulsar/pull/23762
[6]
[Fix][Client]修复在 closeAsync 时未能完成的挂起消息 : https://github.com/apache/pulsar/pull/23761
[7]
[fix][client]修复了使用包含集群名的遗留主题命名时消费者的 enableRetry 功能 : https://github.com/apache/pulsar/pull/23753
[8]
[fix][test]修复不稳定的 KeySharedSubscriptionTest.testNoKeySendAndReceiveWithHashRangeAutoSplitStickyKeyConsumerSelector : https://github.com/apache/pulsar/pull/23747
[9]
[fix] [client]修复在发布遇到特殊情况错误时的内存泄漏问题 : https://github.com/apache/pulsar/pull/23738
[10]
[fix][client]使DeadLetterPolicy和KeySharedPolicy序列化 : https://github.com/apache/pulsar/pull/23718
[11]
[fix][client]修复在蓝绿集群切换期间 reader 消息过滤的问题 : https://github.com/apache/pulsar/pull/23693
[12]
[improve][ml]优化 BlobStoreManagedLedgerOffloader.getOffloadPolicies : https://github.com/apache/pulsar/pull/23776
[13]
[improve][client]将 replicateSubscriptionState 设为可空 : https://github.com/apache/pulsar/pull/23757
[14]
[improve][monitor]升级 OTel 至 1.45.0 : https://github.com/apache/pulsar/pull/23756
[15]
构建(依赖项): 在/site3/website中将nanoid从3.3.7升级到3.3.8 : https://github.com/apache/bookkeeper/pull/4538
[16]
修复 tune-runner-vm 操作以在 ubuntu-24.04
镜像上正确运行 : https://github.com/apache/bookkeeper/pull/4536
[17]
使用 HPA(Horizontal Pod Autoscaler,水平 Pod 自动扩缩)时的利用系数因子 : https://github.com/streamnative/function-mesh/pull/795
[18]
重构:使用errors.Join来封装多个错误 : https://github.com/apache/pulsar-client-go/pull/1322