Skip to:
A user who wishes to create an ephemeral bucket with the SDK is not being able to do so as the flag "indexReplica" for the views is always set.
https://github.com/couchbase/gocb/blob/master/cluster_bucketmgr.go#L537
in this kind of bucket, this flag is unsupported.
Although there is a bucket type called Ephemeral, it cannot be used to to missing configurations.
error:
“"error":"replicaindex not supported for ephemeral buckets “
Build sync_gateway-3.0.0-52 contains gocb commit 8a1e4c1 with commit message:: Don't set replicaIndex for ephemeral bucket creation
Build couchbase-server-7.0.0-3115 contains gocb commit 8a1e4c1 with commit message:: Don't set replicaIndex for ephemeral bucket creation
A user who wishes to create an ephemeral bucket with the SDK is not being able to do so as the flag "indexReplica" for the views is always set.
https://github.com/couchbase/gocb/blob/master/cluster_bucketmgr.go#L537
in this kind of bucket, this flag is unsupported.
Although there is a bucket type called Ephemeral, it cannot be used to to missing configurations.
error:
“"error":"replicaindex not supported for ephemeral buckets “