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

Generic passthrough handler should be able to cover all Kanto functionalities #21

Closed
e-grigorov opened this issue Oct 5, 2022 · 0 comments · Fixed by #38
Closed

Generic passthrough handler should be able to cover all Kanto functionalities #21

e-grigorov opened this issue Oct 5, 2022 · 0 comments · Fixed by #38
Assignees
Labels
task Single unit of work
Milestone

Comments

@e-grigorov
Copy link
Contributor

Currently supported message payload is going to be removed with #16. As a result, there will be a generic passthrough handler that will not process the payload. The issue is that it has to be capable to forward the messages in both directions:

The solution should be capable to:

  • forward all event, telemetry and command responses as device-to-cloud messages
  • forward all commands as cloud-to-device messages
  • keep the relation between the command and the response
  • cover Kanto edge thing and its features
  • cover Kanto virtual things (edge:containers) and its features
  • cover Ditto Azure integration
@e-grigorov e-grigorov added the task Single unit of work label Oct 5, 2022
@e-grigorov e-grigorov added this to the M3 milestone Oct 5, 2022
@e-grigorov e-grigorov moved this to Todo in Eclipse Kanto Oct 5, 2022
hristobojilov pushed a commit to bosch-io/azure-connector that referenced this issue Oct 25, 2022
@e-grigorov e-grigorov moved this from Todo to In Review in Eclipse Kanto Oct 26, 2022
hristobojilov pushed a commit to bosch-io/azure-connector that referenced this issue Oct 26, 2022
@e-grigorov e-grigorov moved this from In Review to In Progress in Eclipse Kanto Oct 26, 2022
hristobojilov pushed a commit to bosch-io/azure-connector that referenced this issue Oct 27, 2022
hristobojilov pushed a commit to bosch-io/azure-connector that referenced this issue Oct 27, 2022
hristobojilov pushed a commit to bosch-io/azure-connector that referenced this issue Oct 27, 2022
@e-grigorov e-grigorov moved this from In Progress to In Review in Eclipse Kanto Oct 27, 2022
hristobojilov pushed a commit to bosch-io/azure-connector that referenced this issue Oct 28, 2022
hristobojilov pushed a commit to bosch-io/azure-connector that referenced this issue Oct 28, 2022
e-grigorov pushed a commit that referenced this issue Oct 28, 2022
[#21] Generic passthrough handler should be able to cover all Kanto functionalities

Signed-off-by: Hristo Bozhilov <[email protected]>
Repository owner moved this from In Review to Done in Eclipse Kanto Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Single unit of work
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants