Details
-
Task
-
Resolution: Fixed
-
Major
-
sdk-3.2, sdk-3.3
-
DOC-2022-S4, DOC-2022-S5, DOC-2022-S6, DOC-2022-S7, DOC-2022-S8, DOC-2022-S9, DOC-2022-S10
-
1
Description
Inside the cleanup section there is a mention of Transaction object but there is no mention about how and when it's created
These include an asynchronous cleanup process that is started with the creation of the Transactions object,
Go SDK also says this: https://docs.couchbase.com/go-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html#cleanup
Seems we are using this partial for both:
https://github.com/couchbase/docs-sdk-common/blob/release/7.0/modules/shared/partials/acid-transactions.adoc#cleanup
Looks like we need to make some of these references less generic depending on the SDK?