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 commandline flag to start with syncer turned off #2080

Closed
lrettig opened this issue Jul 27, 2020 · 0 comments
Closed

Add commandline flag to start with syncer turned off #2080

lrettig opened this issue Jul 27, 2020 · 0 comments

Comments

@lrettig
Copy link
Member

lrettig commented Jul 27, 2020

This allows an API usage pattern—used to extract all mesh/state data from a full node—where a client starts a node with one or more GRPC services enabled, opens streams to listen to the API, then manually enables syncing via NodeService.SyncStart. By starting the node with sync turned off, then manually enabling it only after subscribing to the relevant streams, the client can be sure they don't miss any data as the node syncs/streams data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
API
  
To do
Development

No branches or pull requests

2 participants