You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relevant issue(s)
#462#955#954#952
Description
This PR adds the ability to persist P2P replicators. It change to RPC part of the CLI to have a new sub command which is replicator.
Using that sub command, we can add, delete and getAll to operate on the replicator store.
Note: Using the config file to add replicators will be done in a future PR. Will most likely add integration test before merging this PR.
Relevant issue(s)
sourcenetwork#462sourcenetwork#955sourcenetwork#954sourcenetwork#952
Description
This PR adds the ability to persist P2P replicators. It change to RPC part of the CLI to have a new sub command which is replicator.
Using that sub command, we can add, delete and getAll to operate on the replicator store.
Note: Using the config file to add replicators will be done in a future PR. Will most likely add integration test before merging this PR.
Currently:
defradb client rpc addreplicator "Article" /ip4/0.0.0.0/tcp/9162/p2p/<peerID_of_nodeB>
Needs to be:
defradb client rpc addreplicator "Article" /ip4/0.0.0.0/tcp/9172/p2p/<peerID_of_nodeB>
The text was updated successfully, but these errors were encountered: