Skip to content

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

Closed
ajuvercr wants to merge 4 commits intomu-semtech:feature/consistency-with-credofrom
ajuvercr:feature/indexed_deltas
Closed

WIP: Feature/indexed deltas, attach index to delta messages to indicate order#6
ajuvercr wants to merge 4 commits intomu-semtech:feature/consistency-with-credofrom
ajuvercr:feature/indexed_deltas

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