赞
踩
“各位热爱 Pulsar 的小伙伴们,Pulsar 社区周报更新啦!这里将记录 Pulsar 社区每周的重要更新,每周发布。
”
Pulsar 社区招募新一期志愿者。
志愿者将第一时间获得社区最新资料,有机会和社区大咖直接交流,获取社区纪念品直接翻倍。
目前社区的工作包括以下几类,可以根据自己时间和兴趣点来安排和选择:
文章邀约:根据邀约定向撰写文章
文章审核:对社区编写的文章做编辑、审核等
问题整理:对社区常见问题做整理并尝试解决
翻译工作:文字和视频类的翻译、校准
视频整理:将视频整理成文章
视频切片:将视频里面的精华切出短视频
活动组织:参与当地 Meetup 等活动的筹办组织等
感兴趣的同学可以直接在 ApachePulsar 公众号留言,或者直接 ping PulsarBot。
感谢以下的小伙伴,感谢你们本周为 Apache Pulsar 做的精彩贡献(排名不分先后)
“@thetumbled,@dragosvictor,@RobertIndie,@dk2k,@lhotari,@labuladong,@poorbarcode,@jiangpengcheng,@dependabot[bot],@shoothzj,@illegalnumbers,@crossoverJie,@nodece
”
[fix][broker]确保 PulsarService 准备好处理即将到来的请求 [1] @lhotari
[fix][broker]修复在 ns 级别复制和设置了 topic 策略时 updatePartitionedTopic 的问题 [2] @lhotari
[fix][ci]将 GitHub Actions 中的 removed macos-11 替换为 macos-latest [3] @lhotari
[fix][ci]修复Jacoco代码覆盖率报告聚合问题 [4] @lhotari
[fix][client]修复在重连和关闭并发执行时出现的孤立消费者问题 [5] @poorbarcode
[fix][misc]在pulsar-client-admin-shaded中重命名netty原生库 [6] @lhotari
[fix][doc]修复消息重新投递退避文档[7] @RobertIndie
[fix][broker]分区影子主题无法正常工作 [8] @RobertIndie
[improve][build]使用 amazoncorretto:21-alpine 镜像,而不是 apk 安装。[9] @nodece
[revert] \"[improve][broker]通过 RoaringBitmap 优化 `ConcurrentOpenLongPairRangeSet` (#22908) [10] @lhotari
[improve][misc]升级Bookkeeper至4.17.1 [11] @lhotari
[improve][misc]将 rename-netty-native-libs.sh 脚本替换为使用 maven-shade-plugin 进行重命名 [12] @lhotari
[improve] [broker]使系统主题均匀分布。[13] @thetumbled
[improve] [pip]PIP-364:引入一种新的负载平衡算法 AvgShedder [14] @thetumbled
[improve][fn]使 Functions/Connectors 中的 producer 缓存有界且可过期 [15] @lhotari
[improve][misc]将Alpine基础镜像设置为3.20,而不是3.19.1 [16] @lhotari
[feat][broker]PIP-264:增加 OpenTelemetry broker replicator 指标 [17] @dragosvictor
[feat][broker]PIP-264:添加事务指标 [18] @dragosvictor
[feat][broker]PIP-264:添加 OpenTelemetry 元数据存储统计数据 [19] @dragosvictor
[cleanup][misc]从netty-transport-native-unix-common依赖中移除分类器 [20] @lhotari
[feat][broker]PIP-264:添加管理的ledger缓存指标 [21] @dragosvictor
[Improvement]修复 ZkClusterInitializer 中的字符串比较问题 [22] @dk2k
文档:新增关于4.16.6和4.17.1版本发布的新闻 [23] @shoothzj
将最新的 docker 镜像版本更新至 4.17.1 [24] @shoothzj
构建:将 4.17.1 和 4.16.6 更新为 latest_release 和 stable_release [25] @shoothzj
发布说明 4.17.1 [26] @shoothzj
发布说明 4.16.6 [27] @shoothzj
修复自定义日志配置 [28] @jiangpengcheng
将权限添加到特定的扫描作业以尝试修复 trivy [29] @illegalnumbers
修复带有 `/` 的自定义值 [30] @labuladong
修复动态配置 [31] @labuladong
[Issue 1223]支持 ZeroQueueConsumer [32] @crossoverJie
将 ws 从 7.5.9 升级到 7.5.10 [33] @dependabot[bot]
为集群元数据初始化和init容器添加超时设置 [34] @lhotari
国内下一场 Meetup 计划将在北京举办,目前正在筹办中,相关合作等信息可联系 Pulsar Bot 咨询。
2024 年 7 月 26-28 日:阿帕奇软件基金会亚洲大会(CommunityOverCode Asia 2024)Messaging 专题[35]
[1]
[fix][broker]确保 PulsarService 准备好处理即将到来的请求 : https://github.com/apache/pulsar/pull/22977
[2][fix][broker]修复在 ns 级别复制和设置了 topic 策略时 updatePartitionedTopic 的问题 : https://github.com/apache/pulsar/pull/22971
[3][fix][ci]将 GitHub Actions 中的 removed macos-11 替换为 macos-latest : https://github.com/apache/pulsar/pull/22965
[4][fix][ci]修复Jacoco代码覆盖率报告聚合问题 : https://github.com/apache/pulsar/pull/22964
[5][fix][client]修复在重连和关闭并发执行时出现的孤立消费者问题 : https://github.com/apache/pulsar/pull/22958
[6][fix][misc]在pulsar-client-admin-shaded中重命名netty原生库 : https://github.com/apache/pulsar/pull/22954
[7][fix][doc]修复消息重新投递退避文档: https://github.com/apache/pulsar/pull/22855
[8][fix][broker]分区影子主题无法正常工作 : https://github.com/apache/pulsar/pull/22797
[9][improve][build]使用 amazoncorretto:21-alpine 镜像,而不是 apk 安装。: https://github.com/apache/pulsar/pull/22973
[10][revert] "[improve][broker]通过 RoaringBitmap 优化 ConcurrentOpenLongPairRangeSet
(#22908) : https://github.com/apache/pulsar/pull/22968
[improve][misc]升级Bookkeeper至4.17.1 : https://github.com/apache/pulsar/pull/22962
[12][improve][misc]将 rename-netty-native-libs.sh 脚本替换为使用 maven-shade-plugin 进行重命名 : https://github.com/apache/pulsar/pull/22957
[13][improve] [broker]使系统主题均匀分布。: https://github.com/apache/pulsar/pull/22953
[14][improve] [pip]PIP-364:引入一种新的负载平衡算法 AvgShedder : https://github.com/apache/pulsar/pull/22946
[15][improve][fn]使 Functions/Connectors 中的 producer 缓存有界且可过期 : https://github.com/apache/pulsar/pull/22945
[16][improve][misc]将Alpine基础镜像设置为3.20,而不是3.19.1 : https://github.com/apache/pulsar/pull/22941
[17][feat][broker]PIP-264:增加 OpenTelemetry broker replicator 指标 : https://github.com/apache/pulsar/pull/22972
[18][feat][broker]PIP-264:添加事务指标 : https://github.com/apache/pulsar/pull/22970
[19][feat][broker]PIP-264:添加 OpenTelemetry 元数据存储统计数据 : https://github.com/apache/pulsar/pull/22952
[20][cleanup][misc]从netty-transport-native-unix-common依赖中移除分类器 : https://github.com/apache/pulsar/pull/22951
[21][feat][broker]PIP-264:添加管理的ledger缓存指标 : https://github.com/apache/pulsar/pull/22898
[22][Improvement]修复 ZkClusterInitializer 中的字符串比较问题 : https://github.com/apache/bookkeeper/pull/4451
[23]文档:新增关于4.16.6和4.17.1版本发布的新闻 : https://github.com/apache/bookkeeper/pull/4455
[24]将最新的 docker 镜像版本更新至 4.17.1 : https://github.com/apache/bookkeeper/pull/4452
[25]构建:将 4.17.1 和 4.16.6 更新为 latest_release 和 stable_release : https://github.com/apache/bookkeeper/pull/4445
[26]发布说明 4.17.1 : https://github.com/apache/bookkeeper/pull/4389
[27]发布说明 4.16.6 : https://github.com/apache/bookkeeper/pull/4388
[28]修复自定义日志配置 : https://github.com/streamnative/function-mesh/pull/765
[29]将权限添加到特定的扫描作业以尝试修复 trivy : https://github.com/streamnative/function-mesh/pull/763
[30]修复带有 /
的自定义值 : https://github.com/apache/pulsar-client-go/pull/1229
修复动态配置 : https://github.com/apache/pulsar-client-go/pull/1228
[32][Issue 1223]支持 ZeroQueueConsumer : https://github.com/apache/pulsar-client-go/pull/1225
[33]将 ws 从 7.5.9 升级到 7.5.10 : https://github.com/apache/pulsar-client-node/pull/388
[34]为集群元数据初始化和init容器添加超时设置 : https://github.com/apache/pulsar-helm-chart/pull/218
[35]CommunityOverCode Asia 2024 议题征集正式启动!: https://mp.weixin.qq.com/s/byAbsKwC7XofWwxGBiylCw
“Apache Pulsar 是 Apache 软件基金会顶级项目,是下一代云原生分布式消息流平台,集消息、存储、轻量化函数式计算为一体,采用计算与存储分离架构设计,支持多租户、持久化存储、多机房跨区域数据复制,具有强一致性、高吞吐、低延时及高可扩展性等流数据存储特性。GitHub 地址:http://github.com/apache/pulsar/
”
诚挚邀请您加入 Apache Pulsar 社区,与全球开发者一起学习、分享和成长,共同塑造云原生消息流平台的未来,一起打造更加开放和高效的开源技术生态!
Hi,Apache Pulsar 社区的小伙伴们,社区 2024 上半年度的有奖问卷调查来啦!
参与问卷调查可优先获得 BIGO 冯文智大咖贡献的100 页小册 《Apache Pulsar 调优指南》 ,精彩不容错过,详情请看问卷。
点击链接参与有奖问卷调查:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。