-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add support for built-in bridge to tedge-mapper-c8y #2716
Merged
Merged
Changes from 14 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
59a057f
Create PoC for bridge connection in tedge-mapper-c8y
jarhodes314 169f41e
Add support for the mapper to control topic subscriptions in the bridge
jarhodes314 8946fd3
Control bridge prefix
jarhodes314 66c10bc
Skip re-logging already observed error messages
jarhodes314 466e179
Make topic prefix configurable in mapper
jarhodes314 7fa43a7
Merge branch 'main' into 2592-mapper-bridge
jarhodes314 556a661
Add configuration to enable mapper bridge
jarhodes314 392cfcf
Fix unit tests following mapper bridge changes
jarhodes314 04890b6
Merge branch 'main' into 2592-mapper-bridge
jarhodes314 618a4f8
Run formatter
jarhodes314 ce44a03
Remove unused deps
jarhodes314 397dac9
Apply review suggestions
jarhodes314 335ac91
Finish doc comment
jarhodes314 a6db6bc
Apply more review suggestions
jarhodes314 30e2434
Only log error when message changes
jarhodes314 172caab
Allow `tedge connect c8y --test` to work with internal bridge
jarhodes314 a36f0b2
Log connected only on connack
jarhodes314 3c91d10
Add (some) mapper-bridge support for authenticated MQTT connections t…
jarhodes314 c471aa8
Ensure `tedge reconnect c8y` migrates configuration successfully for
jarhodes314 8c6a13e
Allow events topic to vary based on c8y prefix
jarhodes314 cbbafc1
Merge branch 'main' into 2592-mapper-bridge
jarhodes314 eaad4bd
Restore formatting of test case following accidental clobbering in 46…
jarhodes314 dcd4329
Add operation test and connectivity check in telemetry test
jarhodes314 9203378
Merge branch 'main' into 2592-mapper-bridge
jarhodes314 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Using a simple prefix works fine for Cumulocity. However, this is not the case for all clouds.
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.
Understood. I don't quite know if/why that makes a difference to this, as this is the local prefix. But this will impact the bridge library, which will need to support remote prefixes