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

NOISSUE - Remove thing related code from twins service #1169

Merged
merged 1 commit into from
May 7, 2020

Conversation

darkodraskovic
Copy link
Contributor

Formerly, twin service was dependent on Mainflux thing. Every twin was connected to one and only one thing. Now twin is decoupled from thing and is thing agnostic, since its definition relies only on channels and subtopics.

Also, since notifications were published via mqtt, we needed a MF thing in order to publish them. Now they are published directly on NATS, so there is no need to specify thing via env var.

The code related to thing in the upper two senses is now removed.

Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>
@darkodraskovic darkodraskovic requested a review from a team as a code owner May 7, 2020 13:34
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

@darkodraskovic darkodraskovic changed the title Remove thing related code from twins service NOISSUE - Remove thing related code from twins service May 7, 2020
@manuio manuio merged commit b13a313 into absmach:master May 7, 2020
@darkodraskovic darkodraskovic deleted the twins_remove_thing branch May 13, 2020 10:07
manuio pushed a commit that referenced this pull request Oct 12, 2020
Signed-off-by: Darko Draskovic <darko.draskovic@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.

4 participants