8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
The text was updated successfully, but these errors were encountered:
[ISSUE #3295]add updateAndSubscripGroup func (#3293)
7497aa6
* feat(broker): 添加更新和创建订阅组功能 - 新增 SubscriptionGroupHandler 处理订阅组相关请求 - 实现 update_and_create_subscription_group 方法处理更新和创建订阅组 - 添加 SubscriptionGroupAttributes 和相关属性处理 - 修改 SubscriptionGroupManager 支持更新订阅组配置 * refactor(broker): 更新订阅组配置并优化版本管理 - 在 SubscriptionGroupManager 中添加 data_version 字段,用于管理数据版本 - 修改 update_subscription_group_config 方法,使其能够更新数据版本 - 优化 update_data_version 方法,根据消息存储的状态机版本生成新版本 - 调整代码结构,提高可维护性和可扩展性 * refactor(rocketmq-common):移除 ConfigManager trait 中的空行 - 删除了 ConfigManager trait 定义中的多余空行- 优化了代码结构,提高了代码的可读性和整洁性 * refactor(rocketmq-common):优化 SubscriptionGroupAttributes::all 方法- 将 HashMap::new()作为参数传递给 get_or_init 方法 - 简化了代码结构,提高了可读性 * fix build err * perf(broker): 优化订阅组存在性检查 - 使用 contains_key 替代 get 方法来检查订阅组是否存在,提高代码效率 - 在 SubscriptionGroupAttributes 中添加 clippy::redundant_closure 注解,忽略冗余闭包警告 --------- Co-authored-by: caicai <caicai@didiglobal.com>
578223592
Successfully merging a pull request may close this issue.
Is Your Feature Request Related to a Problem?
No response
Describe the Solution You'd Like
No response
Describe Alternatives You've Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: