-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implement a converter that bridges the old MEA topics to the new ones. #2079
Labels
Milestone
Comments
didier-wenzek
added
refactoring
Developer value
theme:mqtt
Theme: mqtt and mosquitto related topics
labels
Jul 19, 2023
11 tasks
11 tasks
The table below shows mapping the
|
11 tasks
@PradeepKiruvale the test case that is part of your PR is not verifiing the first point of Didier description: |
QA has thoroughly checked the feature and here are the results:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As we plan a major refactoring of all the MQTT topics used by thin-edge, we have to provide some backward compatibilities. During a transition period, thin-edge will support the old as well as the new schemes, using a converter that re-publishes any measurement, event or alarm received on a
tedge/#
topic to the appropriate newte/#
topic.tedge
topic and pushed into the json payload of the message).Converter
and to launch this actor inside thetedge-agent
.The text was updated successfully, but these errors were encountered: