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

MF-429 -Enabled MQTT subtopic's #554

Merged
merged 4 commits into from
Jan 25, 2019

Conversation

nmarcetic
Copy link
Collaborator

@nmarcetic nmarcetic commented Jan 25, 2019

What does this do?

It enables MQTT subtopic's on multi level regarding to #429 feature request.

Which issue(s) does this PR fix/relate to ?

Resolves #429

List any changes that modify/break current functionality

No breaking changes.

Have you included tests for your changes?

No

Did you document any new/modified functionality?

No

Notes

Subtopics are supported only for MQTT to MQTT communication or if you connect directly to NATS topics. Using other protocols or mixing it with MQTT is limited to general topic only /messages without subtopics. Issues to support other protocol adapters will be opened.

@codecov-io
Copy link

codecov-io commented Jan 25, 2019

Codecov Report

Merging #554 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #554   +/-   ##
=======================================
  Coverage   87.36%   87.36%           
=======================================
  Files          62       62           
  Lines        3301     3301           
=======================================
  Hits         2884     2884           
  Misses        286      286           
  Partials      131      131

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 6bc287e...02c2744. Read the comment docs.

@nmarcetic nmarcetic changed the title Enabled MQTT subtopic MF-429 -Enabled MQTT subtopic Jan 25, 2019
@nmarcetic nmarcetic changed the title MF-429 -Enabled MQTT subtopic MF-429 -Enabled MQTT subtopic's Jan 25, 2019
mqtt/mqtt.js Outdated Show resolved Hide resolved
mqtt/mqtt.js Outdated Show resolved Hide resolved
@drasko
Copy link
Contributor

drasko commented Jan 25, 2019

PLease sign the commits.

manuio
manuio previously requested changes Jan 25, 2019
normalizer/nats/pubsub.go Show resolved Hide resolved
Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
@chombium
Copy link
Collaborator

It would be nice if we add some tests together with @RubenN and add few sentences in the docs ;)

@drasko
Copy link
Contributor

drasko commented Jan 25, 2019

Yes, let me merge this and I will try to write a few words of doc.

Tests are generally missing for MQTT adapter, and it would be good if @RubenN could help us with this.

Copy link
Contributor

@drasko drasko left a comment

Choose a reason for hiding this comment

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

LGTM

mqtt/mqtt.js Show resolved Hide resolved
@drasko drasko dismissed manuio’s stale review January 25, 2019 21:22

We need to merge ASAP

@drasko drasko merged commit c8e7a97 into absmach:master Jan 25, 2019
@chombium
Copy link
Collaborator

chombium commented Jan 25, 2019

It's great to see how quickly some PRs getting reviewed and merged even on a Friday evening.

Kudos to all of @mainflux/contributors !

I'm in a mood for few 🍻 and celebration now :)

@nmarcetic nmarcetic deleted the feature/mqtt-subtopics branch January 28, 2019 11:11
juanmagal pushed a commit to juanmagal/mainflux that referenced this pull request Feb 1, 2019
* Enabled MQTT subtopic

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Removed debug logs

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Resolved remarks

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Resolved remarks

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
juanmagal pushed a commit to juanmagal/mainflux that referenced this pull request Feb 5, 2019
* Enabled MQTT subtopic

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Removed debug logs

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Resolved remarks

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Resolved remarks

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
davide83 pushed a commit to davide83/mainflux that referenced this pull request May 13, 2019
* Enabled MQTT subtopic

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Removed debug logs

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Resolved remarks

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Resolved remarks

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
manuio pushed a commit that referenced this pull request Oct 12, 2020
* Enabled MQTT subtopic

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Removed debug logs

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Resolved remarks

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>

* Resolved remarks

Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
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.

Naming of channels > MQTT extend topic use (for commands on topic)
5 participants