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

WIP: Feature/indexed deltas, attach index to delta messages to indicate order #6

Conversation

ajuvercr
Copy link

@ajuvercr ajuvercr commented Aug 9, 2021

Extend delta message format to:

{
  "changeset": {
    "allowed_groups": ... ,
    "origin": ... ,
    "insert": [].
    "index": number
  },
}

The index is initialized from epoch in milliseconds and incremented with every delta message.
This way all delta messages are indexed monotonically increasing.

@ajuvercr ajuvercr changed the title Feature/indexed deltas, attach index to delta messages to indicate order WIP: Feature/indexed deltas, attach index to delta messages to indicate order Aug 9, 2021
@ajuvercr
Copy link
Author

This also coalesces some delta messages together in a bigger changeset, sepearte for different mu_call_id_trail.

@ajuvercr
Copy link
Author

Let me just close this one, see #7

@ajuvercr ajuvercr closed this Sep 17, 2021
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 this pull request may close these issues.

1 participant