-
Notifications
You must be signed in to change notification settings - Fork 674
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
NOISSUE - Switch to Consumers interface #1316
Conversation
792e57a
to
c2c5853
Compare
Codecov Report
@@ Coverage Diff @@
## master absmach/supermq#1316 +/- ##
=======================================
Coverage 59.79% 59.79%
=======================================
Files 113 113
Lines 8797 8797
=======================================
Hits 5260 5260
Misses 3080 3080
Partials 457 457
Continue to review full report at Codecov.
|
consumers/writers/README.md
Outdated
@@ -0,0 +1,16 @@ | |||
# Writers | |||
|
|||
Writers provide an implementation of various `message writers`. |
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.
Is this now rather implementation of Consumer
interface?
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.
I would add a README for consumers and keep this one
Signed-off-by: dusanb94 <[email protected]>
Signed-off-by: dusanb94 <[email protected]>
Signed-off-by: dusanb94 <[email protected]>
1cbbc65
to
c2ab3ae
Compare
Signed-off-by: dusanb94 <[email protected]>
Signed-off-by: dusanb94 <[email protected]>
Signed-off-by: dusanb94 <[email protected]>
Signed-off-by: dusanb94 <[email protected]>
Signed-off-by: dusanb94 <[email protected]>
c2ab3ae
to
adc70d8
Compare
Signed-off-by: dusanb94 <[email protected]>
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.
LGTM
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.
LGTM
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.
LGTM
* Replace Writer with Consumer Signed-off-by: dusanb94 <[email protected]> * Add Notifications package Signed-off-by: dusanb94 <[email protected]> * Update Consumer Start Signed-off-by: dusanb94 <[email protected]> * Fix Readers Signed-off-by: dusanb94 <[email protected]> * Fix Consumer naming Signed-off-by: dusanb94 <[email protected]> * Add repo to Notify Signed-off-by: dusanb94 <[email protected]> * Remove notify Signed-off-by: dusanb94 <[email protected]> * Rename consumer field in middlewares Signed-off-by: dusanb94 <[email protected]> * Fix remarks and add Readme Signed-off-by: dusanb94 <[email protected]>
What does this do?
Replace Writer interface with Consumer.
Which issue(s) does this PR fix/relate to?
There is no such issue.
List any changes that modify/break current functionality
There are no such changes. This pull request will be followed by pull requests that resolve #1311 and absmach/magistrala#13, which will be just another Mainflux Consumer alongside Mainflux Writers.
Have you included tests for your changes?
No.
Did you document any new/modified functionality?
No.