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

Add ACK method to signal the receipt of a message by a node #22

Open
3 tasks
harlem88 opened this issue Nov 2, 2023 · 0 comments · May be fixed by #23
Open
3 tasks

Add ACK method to signal the receipt of a message by a node #22

harlem88 opened this issue Nov 2, 2023 · 0 comments · May be fixed by #23
Labels
enhancement New feature or request
Milestone

Comments

@harlem88
Copy link
Collaborator

harlem88 commented Nov 2, 2023

Currently the Astarte message hub doesn't support an ack mechanism to signal the exact receipt of a message by a node.
For add the ack support the message-hub needs:

  • Add an ID to identify each message sent from Message-hub.
  • An ack method ack_message(message_id) to send the ack signal from the node to Astarte message hub.
  • Add a configuration on the node to specify whether it supports ack signaling or whether the message-hub should consider that all messages have been successfully received (the default shoud be the second option) .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant