Skip to content

Commit e93f2f9

Browse files
authored
QF210506-1 -- Tweak to text per PM mtg 5May21 (#503)
https://issues.couchbase.com/browse/DOC-8390
1 parent 06baae2 commit e93f2f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

modules/ROOT/pages/_partials/_page-index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ endif::xref--pfx-sgw[]
4141
:server-eventing-constructs--xref: {svr--xref}{server-eventing-constructs--page}[Couchbase Eventing Language Constructs]
4242
:server-eventing-constructs-crc64--xref: {svr--xref}{server-eventing-constructs--page}#crc64_call[Eventing -- crc64()]
4343

44+
:server-eventing-terminologies--page: eventing:eventing-Terminologies.adoc
45+
:server-eventing-terminologies--xref: {svr--xref}{server-eventing-terminologies--page}[Eventing Terminology]
46+
:server-eventing-terminologies--xref-bindings: {svr--xref}{server-eventing-terminologies--page}#section_mzd_l1p_m2b[Bucket Bindings]
47+
4448
:server-collections--page: learn:data/scopes-and-collections.adoc
4549
:server-collections--xref: {svr--xref-7x0}{server-collections--page}[Couchbase Collections]
4650
:server-collections-default--xref: {svr--xref-7x0}{server-collections--page}#default-scope-and-collection[Default Collections]

modules/ROOT/pages/server-compatibility-eventing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Here we provide details on how {server-eventing--xref} relates to data changes i
3535

3636
== Using Eventing
3737

38-
You can use Eventing and Sync Gateway connected to the same bucket, when Eventing operates in *read only* mode.
38+
You can use Eventing and Sync Gateway connected to the same bucket, when Eventing operates on server buckets in *read only* mode -- see {server-eventing-terminologies--xref-bindings} for how to do this.
3939

40-
To do this, you must write your Eventing function to be *idempotent*; to behave correctly when the same mutation is seen more than once.
40+
You should write your Eventing function to be *idempotent*; to behave correctly when the same mutation is seen more than once.
4141
This is necessary because:
4242

4343
* When a single document update is made directly by Sync Gateway, such as those replicated from Couchbase Lite, it generates a single server mutation that writes both the document body and the metadata.

0 commit comments

Comments
 (0)