Create Synchronization.md#57
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull request overview
This PR introduces comprehensive documentation for the GASP (Graph Aware Sync Protocol) synchronization mechanism used by overlay nodes. The guide provides detailed instructions for configuring and validating synchronization between overlay nodes.
Key changes:
- Added explanation of GASP protocol fundamentals and architecture
- Documented two configuration approaches: CARS (managed) and direct setup
- Included complete code examples showing OverlayExpress server configuration with GASP sync enabled
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### **Before sync** | ||
|
|
||
| ``` |
There was a problem hiding this comment.
The code block is missing a language identifier. It should be specified as ```sql or another appropriate language identifier to enable proper syntax highlighting.
|
|
||
| ### **After sync** | ||
|
|
||
| ``` |
There was a problem hiding this comment.
The code block is missing a language identifier. It should be specified as ```sql or another appropriate language identifier to enable proper syntax highlighting.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Description of Changes
Created Guide docs for how to synchronize overlay nodes
Linked Issues / Tickets
Reference any related issues or tickets, e.g. "Closes #123".
Testing Procedure
Describe the tests you've added or any testing steps you've taken.
Checklist:
CHANGELOG.mdwith my changesnpm run docandnpm run lintone final time before requesting a reviewts-standardnpm version patchso that my changes will trigger a new version to be released when they are merged