js-cluster-client
js-cluster-client copied to clipboard
cluster.recover local=true limitation?
From reading the documentation, under the cluster.recover section, I noticed that it says: "For now, ONLY requests with parameter local=true are supported"
From brief testing, passing in local=false seems to work fine, am I missing something here, or is this outdated information @vasa-develop ?
Sorry for the late reply @obo20
While implementing the cluster.recover I was following the CLI docs, which didn't support the local=false at that time.
Can you tell me the version of Go ipfs-cluster that you are using?
Thanks for your help :)
@vasa-develop i'm currently using the v0.11.0-rc6 of cluster
From looking at https://github.com/ipfs/ipfs-cluster/issues/763 it appears that this is still an "issue" however I was specifically passing in a CID when doing this, so that might be the "workaround" that @hsanjuan mentioned
So this will be addressed in https://github.com/ipfs/ipfs-cluster/pull/893