Couchbase Collection
This state manager (com.rierino.state.manager.CouchbaseStateManager) uses Couchbase for storing and reading data.
Manager Parameters
Parameter
Definition
Example
Default
system
Name of the system which defines Couchbase service details (uri, bucket)
{uri:"couchbase://127.0.0.1"}
-
scope
Name of the Couchbase scope
core_scope
_default
collection
Name of the Couchbase collection to store details
product
[state manager alias]
journalCollection
Name of the Couchbase collection to store state changes
product_journal
-
keepJournal
Alternative to journalCollection parameter, automatically using "draft_journal" suffix for the journal collection
true
false
Last updated