-
Notifications
You must be signed in to change notification settings - Fork 1
feature: [158] Implement global mqtt message storage service #163
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
Merged
JavaSaBr
merged 15 commits into
develop
from
feature/158-implement-global-mqtt-message-storage-service
May 6, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c7b74d2
work on publish storage
JavaSaBr 3f7fa6d
Merge remote-tracking branch 'origin/develop' into feature/158-implem…
JavaSaBr ffdad79
work on publish storage
JavaSaBr 37f429b
Merge remote-tracking branch 'origin/develop' into feature/158-implem…
JavaSaBr fe8dfd9
work on publish storage
JavaSaBr 8b874fe
work on publish storage
JavaSaBr f30a643
work on publish storage
JavaSaBr 4131bb5
move classes
JavaSaBr 99c956c
renaming
JavaSaBr b5a092c
fix tests
JavaSaBr 7b6b5cb
Merge remote-tracking branch 'origin/develop' into feature/158-implem…
JavaSaBr 3fcf953
refactoring
JavaSaBr a5bd9bd
fix mistake
JavaSaBr 73421e9
resolve CR comments
JavaSaBr 4c68868
resolve CR comments
JavaSaBr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
core-service/src/main/java/javasabr/mqtt/service/PublishDeliveringService.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
core-service/src/main/java/javasabr/mqtt/service/PublishReceivingService.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
core-service/src/main/java/javasabr/mqtt/service/RetainMessageService.java
This file was deleted.
Oops, something went wrong.
83 changes: 0 additions & 83 deletions
83
core-service/src/main/java/javasabr/mqtt/service/impl/DefaultPublishDeliveringService.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there is a typo in the first letter of the method name: it should be a small
iinstead of a capitalI