Open
Conversation
Update note for broker that are not 100% mqtt compliant For qos=2 and retain flag
gateway_to_backend/README.md
Outdated
| of the gateway can be implemented instead of only once with the retained flag. | ||
| Consequently, backends will have to wait for a period time after the subscribing to | ||
| this topic before being noticed of all gateway status. | ||
| A period of 30s is a good tradeoff between loading the broker and reactivity for backends. |
Contributor
There was a problem hiding this comment.
30 seconds period might be too dense if backend needs to handle thousands of gateways. Maybe 30s - 5min would be better range. This should be configurable value.
There was a problem hiding this comment.
Why can we have it as:
- backends will pull it when needed
- GW will publish it on change
Contributor
There was a problem hiding this comment.
That would change the API, not just the implementation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update note for broker that are not 100% mqtt compliant
For qos=2 and retain flag mainly