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 (optional) sequentialId to StreamElement #206

Closed
je-ik opened this issue Apr 20, 2021 · 0 comments · Fixed by datadrivencz/proxima-platform#527
Closed

Add (optional) sequentialId to StreamElement #206

je-ik opened this issue Apr 20, 2021 · 0 comments · Fixed by datadrivencz/proxima-platform#527

Comments

@je-ik
Copy link
Collaborator

je-ik commented Apr 20, 2021

We need to add sequentialId to be able to identify ordering of updates within commit-log, even in the case when they have the same timestamp (or even timestamps swapped).

The sequentialId will be forced to be increasing (and therefore unique) at least within key+attribute pair. It might or might not be increasing over even larger group (e.g. for a whole entity key, for all updates within entity, or even globally).

The tuple (key, attribute, sequentialId) will be representing UUID in case when sequentialId will be part of StreamElement. We will implement this support for InMem and Kafka only (for now).

Part of #198

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

Successfully merging a pull request may close this issue.

1 participant