forked from vernemq/vernemq
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add options to qos 1 subscription (#19)
* Add options to qos 1 subscription * Add logs and fix type issues * Add non_retry and non_persistence in fsm * Fix dialyzer issues * Define new fields in vmq_msg * Fix vmq_bridge SUITE * Add tuple type to topics spec * Add clauses to subtopics * Fix bridge subscription error and tests * Remove unwanted files * Add clause to tracer ftopics * Add tests for qos1 opts * Add metrics for qos1 subscriptions * Add metrics for dropped messages * Apply erlfmt * Fix PR comments * Fix dialyzer errors * Resolve PR comments * Logs cleanup --------- Co-authored-by: dhruvjain99 <[email protected]>
- Loading branch information
1 parent
6a4b245
commit e97d375
Showing
16 changed files
with
541 additions
and
57 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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
Oops, something went wrong.