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

Send partial vector clock when local KV store is updated #85

Merged
merged 13 commits into from
Jan 11, 2024

Conversation

mycognosist
Copy link
Owner

Listen for StoreKvEvent, indicating that a message has been appended to a feed in the local key-value store; retrieve the latest sequence number for the feed and send a partial vector clock for that feed to all active EBT sessions. This allows us to notify peers of changes to our replication state.

This PR also removes a redundant check for vector clocks in received MUXRPC requests.

@mycognosist mycognosist merged commit fd4f76d into main Jan 11, 2024
1 check passed
@mycognosist mycognosist deleted the respond_kv_event_ebt branch January 11, 2024 07:11
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