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

Plug&play mode for Hono adapters connectivity #3674

Open
harism opened this issue Dec 14, 2024 · 0 comments
Open

Plug&play mode for Hono adapters connectivity #3674

harism opened this issue Dec 14, 2024 · 0 comments

Comments

@harism
Copy link
Contributor

harism commented Dec 14, 2024

This is just an idea again and also something easy to implement oneself as an addition for predefined hardcoded Hono paths and topics the devices need to use.

The plug&play idea is very simple; instead of parsing MQTT topic on the adapter at all, forward all those topic and other details as part of the payload for the consumer reading actual payloads only currently. This way any MQTT traffic gets walkthrough on adapter level and the payload consumer becomes responsible for verifying and identifying incoming topics for example where needed. And MQTT adapter in this case would be used for authentication only. Also making it easier to claim a device is communicating successfully without looking at Hono adapter logs only.

I believe this similar idea should extend to HTTP based and other adapters too. To postpone all payload handling slightly later on the data pipeline one has.

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

No branches or pull requests

1 participant