-
Notifications
You must be signed in to change notification settings - Fork 30
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
Private preview/mqtt connect #1496
Conversation
Preview available here |
be9b19c
to
f586095
Compare
c06eb19
to
ca07530
Compare
@sagscmi This PR is still in draft mode. This means that is has not undergone a language review. I saw that shared the link to its preview as the feature is available now as Private Preview. Should I better do a review now? |
| | TCP | | ||
|:-----|:----| | ||
| TLS | 9883 | | ||
| no TLS | 2883 | |
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.
Feedback from Niko in Bugherd:
"Why do we plan to allow unencrypted communication? Unless there is a very strong reason, we should only allow for encrypted communication."
https://softwareag-c8y-docs-build-pr-1496.surge.sh/device-integration/mqtt-service/
@slc-softwareag This PR is still in draft mode. Draft mode means that we will not start our language review as you are still working on the content. But it seems that the documentation has already been shared with some customers, so it should better be reviewed. Can you please remove the draft mode and have a label "not-yet-deployed" which tells us that the PR should not yet get merged? |
…ation about private preview
53e0804
to
8eb7904
Compare
content/device-integration/mqtt-service-bundle/implementation.md
Outdated
Show resolved
Hide resolved
content/device-integration/mqtt-service-bundle/implementation.md
Outdated
Show resolved
Hide resolved
content/device-integration/mqtt-service-bundle/implementation.md
Outdated
Show resolved
Hide resolved
content/device-integration/mqtt-service-bundle/implementation.md
Outdated
Show resolved
Hide resolved
content/device-integration/mqtt-service-bundle/implementation.md
Outdated
Show resolved
Hide resolved
content/device-integration/mqtt-service-bundle/implementation.md
Outdated
Show resolved
Hide resolved
content/device-integration/mqtt-service-bundle/implementation.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Marlene Windel <[email protected]>
Also do some formatting cleanup
…nd expected behaviour when exceeding limit
…nt_mqtt_service_topic_limiting Feature/mtm 58268/document mqtt service topic limiting
…#2603) * MTM-61476: Add section describing how to use mqtt service error topic * MTM-61476: Implement suggestions from PR * MTM-61476: Improve readability of per-client topic explanation * Apply suggestions from code review * MTM-61476: Directly refer to MQTT specification when describing MQTT 3.1.1 error behaviour * Apply suggestions from code review * MTM-61476: Improve readability of sentence --------- Co-authored-by: Marlene Windel <[email protected]>
Replaced by #2695 |
Main branch for MQTT Service private preview user documentation. All further changes around this documentation should be merged into this branch only.
All changes will be merged into
develop
once MQTT Service will become public preview.