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

Define a subscription storage interface #79

Merged
merged 11 commits into from
Apr 24, 2022
Merged

Conversation

pingww
Copy link
Contributor

@pingww pingww commented Apr 22, 2022

In order to realize the subscription storage capability in the session storage of the MQTT protocol, We define a subscription storage interface.

@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2022

Codecov Report

Merging #79 (0c16e03) into main (344cb70) will increase coverage by 0.77%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
+ Coverage   30.35%   31.13%   +0.77%     
==========================================
  Files          97       98       +1     
  Lines        4191     4237      +46     
  Branches      661      671      +10     
==========================================
+ Hits         1272     1319      +47     
+ Misses       2676     2666      -10     
- Partials      243      252       +9     
Impacted Files Coverage Δ
.../apache/rocketmq/mqtt/common/util/SpringUtils.java 0.00% <0.00%> (ø)
...a/org/apache/rocketmq/mqtt/cs/starter/Startup.java 0.00% <0.00%> (ø)
...rocketmq/mqtt/cs/session/loop/SessionLoopImpl.java 44.85% <50.00%> (+0.37%) ⬆️
...tt/ds/upstream/processor/UnSubscribeProcessor.java 76.47% <66.66%> (+76.47%) ⬆️
...mqtt/ds/upstream/processor/SubscribeProcessor.java 84.21% <70.00%> (+84.21%) ⬆️
...a/org/apache/rocketmq/mqtt/cs/session/Session.java 39.84% <0.00%> (+2.68%) ⬆️

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 344cb70...0c16e03. Read the comment docs.

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.

4 participants