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

feat: support create topic and consumer group for e2e tests #489

Closed

Conversation

daniel-y
Copy link
Contributor

No description provided.

@daniel-y daniel-y linked an issue Oct 27, 2023 that may be closed by this pull request
@daniel-y daniel-y force-pushed the 481-support-create-topic-and-consumer-group-for-e2e-tests branch from c86f9d3 to 873f6da Compare October 27, 2023 07:31
@daniel-y daniel-y changed the title 481 support create topic and consumer group for e2e tests feat: support create topic and consumer group for e2e tests Oct 27, 2023
@daniel-y daniel-y marked this pull request as draft October 27, 2023 07:34
@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Attention: 89 lines in your changes are missing coverage. Please review.

Comparison is base (b953560) 55.78% compared to head (873f6da) 54.22%.
Report is 351 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #489      +/-   ##
============================================
- Coverage     55.78%   54.22%   -1.57%     
- Complexity      826      833       +7     
============================================
  Files           107      109       +2     
  Lines          6344     6586     +242     
  Branches        599      620      +21     
============================================
+ Hits           3539     3571      +32     
- Misses         2462     2670     +208     
- Partials        343      345       +2     
Components Coverage Δ
RocketMQ Broker ∅ <ø> (∅)
RocketMQ Common 23.33% <ø> (ø)
RocketMQ Controller 54.16% <ø> (-1.96%) ⬇️
RocketMQ Proxy 34.67% <0.00%> (-2.13%) ⬇️
RocketMQ Store 72.60% <ø> (+0.32%) ⬆️
RocketMQ Stream ∅ <ø> (∅)
RocketMQ Metadata 16.36% <ø> (ø)
Files Coverage Δ
...ocketmq/proxy/remoting/RemotingProtocolServer.java 0.00% <0.00%> (ø)
...ocketmq/proxy/remoting/activity/AdminActivity.java 0.00% <0.00%> (ø)

... and 15 files with indirect coverage changes

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@daniel-y
Copy link
Contributor Author

兼容 Remoting 协议的 MQAdmin 还需要更多的 Request Code 支持,比如创建 Topic 需要通过集群名去寻找 Broker,先标记为 Draft

@daniel-y daniel-y closed this Feb 22, 2024
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.

Support create topic and consumer group for e2e tests
1 participant