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

Need an endpoint for getting the latest sequence ID #480

Open
bardram opened this issue Jun 20, 2024 · 1 comment
Open

Need an endpoint for getting the latest sequence ID #480

bardram opened this issue Jun 20, 2024 · 1 comment
Labels
feature New functionality.

Comments

@bardram
Copy link
Collaborator

bardram commented Jun 20, 2024

Right now sequence IDs are enforced - see #375 .

If this is the case, we need a way to get the latest sequence ID for a data stream, so that we can continue from there (and avoid the error).

@bardram bardram added duplicate This issue or pull request already exists feature New functionality. and removed duplicate This issue or pull request already exists labels Jun 20, 2024
@Whathecode
Copy link
Member

Yup. This is missing information which most likely belongs in deployment status.

When you redeploy a device, you need to know from which sequence ID to start uploading data.

In normal operations, though, it is the client who locally track that state, as it is the client who determines sequence IDs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality.
Projects
None yet
Development

No branches or pull requests

2 participants