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

[TUBEMQ-482] Add offset query api #371

Merged
merged 1 commit into from
Dec 25, 2020
Merged

[TUBEMQ-482] Add offset query api #371

merged 1 commit into from
Dec 25, 2020

Conversation

gosonzhang
Copy link
Contributor

  1. add group offset query api

@codecov-io
Copy link

Codecov Report

Merging #371 (855f41e) into master (23cff5b) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #371      +/-   ##
===========================================
- Coverage      7.67%   7.63%   -0.04%     
  Complexity      468     468              
===========================================
  Files           261     263       +2     
  Lines         28500   28643     +143     
  Branches       4700    4720      +20     
===========================================
  Hits           2187    2187              
- Misses        25837   25980     +143     
  Partials        476     476              
Impacted Files Coverage Δ Complexity Δ
...e/tubemq/server/broker/metadata/TopicMetadata.java 17.22% <0.00%> (-1.15%) 5.00 <0.00> (ø)
...he/tubemq/server/broker/msgstore/MessageStore.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...mq/server/broker/msgstore/MessageStoreManager.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...emq/server/broker/offset/DefaultOffsetManager.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...he/tubemq/server/broker/utils/GroupOffsetInfo.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../tubemq/server/broker/utils/TopicPubStoreInfo.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...e/tubemq/server/broker/web/BrokerAdminServlet.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 23cff5b...855f41e. Read the comment docs.

Copy link
Contributor

@lamberliu lamberliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@gosonzhang gosonzhang merged commit 6294926 into apache:master Dec 25, 2020
@gosonzhang gosonzhang deleted the TUBEMQ-482 branch December 25, 2020 08:54
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.

None yet

3 participants