lookupInAllReplicas

@SinceCouchbase(value = "7.6")
fun lookupInAllReplicas(id: String, spec: LookupInSpec, common: CommonOptions = CommonOptions.Default): Flow<LookupInReplicaResult>

Like lookupIn, but sends the request to all replicas in addition to the active. Returns the results from all available sources.