赞
踩
“各位热爱 Pulsar 的小伙伴们,Pulsar 社区周报更新啦!这里将记录 Pulsar 社区每周的重要更新,周五发布。
”
Apache Pulsar 社区已经成长为全球顶级开源社区,这些成就由你们 PMC memebers、Committers 和 Contributors 共同构筑。现官网隆重推出成员名录,表彰每位社区英雄的贡献与成就。这份名录不仅是对你们辛勤工作的认证,也是对你们在社区发展中关键角色的彰显,也希望借此契机吸引更多小伙伴加入 Pulsar 社区,共筑 Pulsar 的未来。
感谢以下的小伙伴,感谢你们本周为 Apache Pulsar 做的精彩贡献(排名不分先后)
“@liangyepianzhou,@nodece,@yaalsn,@pgier,@onobc,@Technoboy-,@lhotari,@horizonzy,@BewareMyPower,@chenhongSZ,@eolivelli,@hanmz,@tomjo,@merlimat,@jiangpengcheng,@hangc0276,@poorbarcode
”
[fix] [broker] [branch-2.10]ByTopic取消不必要的HTTP响应头:调用getSchemaByTopic时的Content-Encoding。[1] @poorbarcode
[fix][client]修改在同一进程中访问多个集群时获取不正确的 `maxMessageSize` 值。[2] @chenhongSZ
[fix][ci]启用分支3.2的CI [3] @yaalsn
[fix][sec]忽略有关MD5的警告,因为它对这些用例来说已经足够了。[4] @lhotari
[fix][broker]修复dispatcher中readOnActiveConsumerTask的错误双检锁问题。[5] @BewareMyPower
[fix][sec]升级Zookeeper至3.9.2以解决CVE-2024-23944。[6] @lhotari
[fix]升级 jose4j 到 0.9.4 [7] @merlimat
[fix][build]为set-project-version.sh添加特殊处理pulsar-bom。[8] @lhotari
[fix][broker]避免在命名空间被删除时执行prepareInitPoliciesCacheAsync。[9] @hanmz
[fix] [client]创建具有两个相同主题的消费者时,错误消息不明确。[10] @poorbarcode
[fix][broker]升级jclouds 2.5.0 -> 2.6.0 [11] @pgier
[improve][admin]修复`createMissingPartitions`无法正确响应的问题。[12] @Technoboy-
[improve][cli]CmdConsume打印发布时间和事件时间信息。[13] @chenhongSZ
[improve][broker]添加细粒度授权到ns/topic管理端点 [14] @Technoboy-
[improve][broker]添加缺失的配置键,用于缓存追赶读取。[15] @lhotari
[improve][misc]升级 checkstyle 到 10.14.2。[16] @nodece
[improve][misc]升级jersey到2.41 [17] @nodece
[improve][broker]移除分发器上活动消费者的原子性。[18] @BewareMyPower
[improve] [broker]支持基于配置创建原始阅读器。[19] @hangc0276
[cleanup][meta]移除 com.beust.jcommander.internal 导入。[20] @nodece
[feat][client]介绍在TableView中引入Refresh API [21] @liangyepianzhou
简化发布脚本中获取项目版本的过程。[22] @lhotari
[Branch-4.14]移除未使用的依赖项。[23] @hangc0276
[Branch-4.14]升级grpc到1.54.1 [24] @hangc0276
升级版本至4.18.0-SNAPSHOT [25] @eolivelli
[BP-62]调整BP-62文档。[26] @horizonzy
修复BenchReadThroughputLatency批量读取无法停止的问题。[27] @horizonzy
to application/jsonIssue 2161:将指标端点的内容类型设置为application/json。[28] @tomjo
[Branch-4.16]1.先进分支版本1。[29] @hangc0276
[fix]更改 `SinkInstanceStatus`中错误的`SourceInstanceStatusData` [30] @jiangpengcheng
升级版本至 3.6.0-pre [31] @BewareMyPower
修复macOS上无法构建wireshark的问题。[32] @BewareMyPower
更新到 Reactor 3.6.4 [33] @onobc
在创建生产者时,添加有关批处理参数的文档。[34] @BewareMyPower
Impl class修复ClientImpl类中不正确的类型提示 [35] @BewareMyPower
升级C++客户端到3.5.0以修复一些错误。[36] @BewareMyPower
on Apache Pulsar.启用 Apache Pulsar 上的 CodeQL 静态扫描器。[37] @merlimat
翟佳老师做客图灵八点半给大家聊聊新书《Apache Pulsar 实战》[38]
官网焕然一新,提供了 PMC 和 commiter 页面[39]
“Apache Pulsar 是 Apache 软件基金会顶级项目,是下一代云原生分布式消息流平台,集消息、存储、轻量化函数式计算为一体,采用计算与存储分离架构设计,支持多租户、持久化存储、多机房跨区域数据复制,具有强一致性、高吞吐、低延时及高可扩展性等流数据存储特性。GitHub 地址:http://github.com/apache/pulsar/
”
诚挚邀请您加入 Apache Pulsar 社区,与全球开发者一起学习、分享和成长,共同塑造云原生消息流平台的未来,一起打造更加开放和高效的开源技术生态!
Pulsar 社区周报 | No.2024.03.08 Pulsar-Spark Connector 助力实时计算 原创
Pulsar 社区周报 | No.2024.03.01 Apache Pulsar Helm Chart 3.3.0 版本发布
技术探究 | 开篇 | 深度探讨:Apache Pulsar 在事件驱动型业务中的应用
[1]
[fix] [broker] [branch-2.10]ByTopic取消不必要的HTTP响应头:调用getSchemaByTopic时的Content-Encoding。:https://github.com/apache/pulsar/pull/22307
[2][fix][client]修改在同一进程中访问多个集群时获取不正确的 maxMessageSize
值。:https://github.com/apache/pulsar/pull/22306
[fix][ci]启用分支3.2的CI :https://github.com/apache/pulsar/pull/22287
[4][fix][sec]忽略有关MD5的警告,因为它对这些用例来说已经足够了。:https://github.com/apache/pulsar/pull/22282
[5][fix][broker]修复dispatcher中readOnActiveConsumerTask的错误双检锁问题。:https://github.com/apache/pulsar/pull/22279
[6][fix][sec]升级Zookeeper至3.9.2以解决CVE-2024-23944。:https://github.com/apache/pulsar/pull/22275
[7][fix]升级 jose4j 到 0.9.4 :https://github.com/apache/pulsar/pull/22273
[8][fix][build]为set-project-version.sh添加特殊处理pulsar-bom。:https://github.com/apache/pulsar/pull/22272
[9][fix][broker]避免在命名空间被删除时执行prepareInitPoliciesCacheAsync。:https://github.com/apache/pulsar/pull/22268
[10][fix] [client]创建具有两个相同主题的消费者时,错误消息不明确。:https://github.com/apache/pulsar/pull/22255
[11][fix][broker]升级jclouds 2.5.0 -> 2.6.0 :https://github.com/apache/pulsar/pull/22220
[12][improve][admin]修复createMissingPartitions
无法正确响应的问题。:https://github.com/apache/pulsar/pull/22311
[improve][cli]CmdConsume打印发布时间和事件时间信息。:https://github.com/apache/pulsar/pull/22308
[14][improve][broker]添加细粒度授权到ns/topic管理端点 :https://github.com/apache/pulsar/pull/22305
[15][improve][broker]添加缺失的配置键,用于缓存追赶读取。:https://github.com/apache/pulsar/pull/22295
[16][improve][misc]升级 checkstyle 到 10.14.2。:https://github.com/apache/pulsar/pull/22291
[17][improve][misc]升级jersey到2.41 :https://github.com/apache/pulsar/pull/22290
[18][improve][broker]移除分发器上活动消费者的原子性。:https://github.com/apache/pulsar/pull/22285
[19][improve] [broker]支持基于配置创建原始阅读器。:https://github.com/apache/pulsar/pull/22280
[20][cleanup][meta]移除 com.beust.jcommander.internal 导入。:https://github.com/apache/pulsar/pull/22294
[21][feat][client]介绍在TableView中引入Refresh API :https://github.com/apache/pulsar/pull/21417
[22]简化发布脚本中获取项目版本的过程。:https://github.com/apache/bookkeeper/pull/4235
[23][Branch-4.14]移除未使用的依赖项。:https://github.com/apache/bookkeeper/pull/4233
[24][Branch-4.14]升级grpc到1.54.1 :https://github.com/apache/bookkeeper/pull/4232
[25]升级版本至4.18.0-SNAPSHOT :https://github.com/apache/bookkeeper/pull/4229
[26][BP-62]调整BP-62文档。:https://github.com/apache/bookkeeper/pull/4227
[27]修复BenchReadThroughputLatency批量读取无法停止的问题。:https://github.com/apache/bookkeeper/pull/4220
[28]to application/jsonIssue 2161:将指标端点的内容类型设置为application/json。:https://github.com/apache/bookkeeper/pull/4208
[29][Branch-4.16]1.先进分支版本1。:https://github.com/apache/bookkeeper/pull/4192
[30][fix]更改 SinkInstanceStatus
中错误的SourceInstanceStatusData
:https://github.com/apache/pulsar-client-go/pull/1199
升级版本至 3.6.0-pre :https://github.com/apache/pulsar-client-cpp/pull/418
[32]修复macOS上无法构建wireshark的问题。:https://github.com/apache/pulsar-client-cpp/pull/414
[33]更新到 Reactor 3.6.4 :https://github.com/apache/pulsar-client-reactive/pull/164
[34]在创建生产者时,添加有关批处理参数的文档。:https://github.com/apache/pulsar-client-python/pull/205
[35]Impl class修复ClientImpl类中不正确的类型提示 :https://github.com/apache/pulsar-client-python/pull/204
[36]升级C++客户端到3.5.0以修复一些错误。:https://github.com/apache/pulsar-client-python/pull/202
[37]on Apache Pulsar.启用 Apache Pulsar 上的 CodeQL 静态扫描器。:https://github.com/apache/pulsar-client-python/pull/197
[38]翟佳老师做客图灵八点半给大家聊聊新书《Apache Pulsar 实战》:https://mp.weixin.qq.com/s/RcEYI_3TpGZs4eQTs4c65w
[39]官网焕然一新,提供了 PMC 和 commiter 页面:https://pulsar.apache.org/community/#section-contribute
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。