#canoe
canoe was born to get the simplicity of Hashicorp's raft library with the full set of features you get with the raft library in etcd.
On the backend, canoe is a wrapper around etcd-raft.
canoe is currently not considered production ready. There are still several caveats which need to be worked out.
Note: Do not mess with this unless you know what you're doing. Canoe should handle all these requests internally, but some advanced applications - such as arbiters - may wish to do manual adjustment to cluster membership
Endpoint :<APIPort>/peers
Request JSON Data:
id
- The ID of the new canoe node to add to the clusterraft_port
- The RaftPort of the new canoe node to add to the clusterconfig_port
- The APIPort of the new canoe node to add to the cluster
Response JSON Data:
id
- The ID of the canoe node which the request was sent toraft_port
- The RaftPort of the canoe node which the request was sent toconfig_port
- The APIPort of the canoe node which the request was send toremote_peers
- List of other peers in the canoe cluster withid
,raft_port
, andconfig_port
as fields
Response JSON Data:
id
- The ID of the canoe node which the request was sent toraft_port
- The RaftPort of the canoe node which the request was sent toconfig_port
- The APIPort of the canoe node which the request was send toremote_peers
- List of other peers in the canoe cluster withid
,raft_port
, andconfig_port
as fields
Request JSON Data:
id
- The ID of the new canoe node to delete from the cluster
Success - 200