Skip to content
New issue

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

Proxy Support And ConsumerGroup Enhancement #207

Merged
merged 5 commits into from
Jun 12, 2024

Conversation

1294566108
Copy link
Contributor

What is the purpose of the change

1.支持代理模块,实现代理节点的新增和查询功能
2.修复consumerGroup订阅组信息展示不完整或者错误的情况(例如查看消费详情失败、订阅组的客户端数量错误等等一系列问题)issue193issue199issue195

@1294566108
Copy link
Contributor Author

1294566108 commented Jun 11, 2024

1.支持Proxy代理模块的新增与查询(ProxyConfig配置信息的查询在后续PR中补充,本pr只提供proxy的新增和查询)
1.1 选择V5版本,Proxy模块能够显示,选择V4版本,Proxy模块会隐藏
20240611-165654

1.2 添加代理地址,选择新增
20240611-165738

1.3 查询所有代理地址,下拉框可展示所有代理服务的地址
20240611-165755

1.4 在dashboard的application.yml文件中可以提前配置代理服务的地址
image

  1. 修复consumerGroup订阅组显示异常
    2.1 当客户端向某Topic发送并消费消息后,当前订阅组信息(version、type、quantity等)显示正常
    20240611-165824

2.2 Client查询操作显示正常
20240611-165907

2.3 Detail查询操作显示正常
20240611-165942

@RongtongJin RongtongJin merged commit d58e13d into apache:master Jun 12, 2024
@Yelijah
Copy link

Yelijah commented Aug 31, 2024

The proxy address is grpcServerAddress or remoteServerAddress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants