Skip to content

Commit 6149f0f

Browse files
Read-from-Replica in 3.6, not 3.5
1 parent b9191b0 commit 6149f0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/howtos/pages/subdocument-operations.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ In this case, the _createPath_ option may be used.
289289
include::example$SubDocument.java[tag=create-path,indent=0]
290290
----
291291

292+
////
292293
293294
== Reading Sub-Documents From Replicas
294295
@@ -311,6 +312,8 @@ include::example$SubDocument.java[tag=lookup-in-all-replicas,indent=0]
311312
You may want to use `lookupInAllReplicas` to build a consensus,
312313
but it's more likely that you'll make use of `lookupInAnyReplica` as a fallback to a `lookupIn`, when the active node times out.
313314
315+
////
316+
314317

315318
== Concurrent Modifications
316319

0 commit comments

Comments
 (0)