A Couchbase implementation of all Bridges protocols.
A Couchbase implementation of all Bridges protocols.
(default-config)
(default-config name)
As much of the default configuration as can be determined from the current runtime environment.
name
The root of the ConfigMap and Secrets directory. Defaults to
couchbase
if not provided.All environments will provide these configurations:
::namespaces
This assumes that json
, nippy
, binary
, edn
, test-json
,
test-nippy
, test-binary
and test-edn
buckets will be configured properly.::initial-delay-ms
::busy-delay-ms
::busy-retries
::max-retries
Under Kubernetes, these configs will also be provided:
::hosts
::bucket-passwords
If not under Kubernetes, then only these configs are provided:
::hosts
Just a single localhost
entry.The component system is still responsible for providing or overriding any missing hostnames, bucket credentials and/or namespaces.
As much of the default configuration as can be determined from the current runtime environment. - `name` The root of the ConfigMap and Secrets directory. Defaults to `couchbase` if not provided. All environments will provide these configurations: - `::namespaces` This assumes that `json`, `nippy`, `binary`, `edn`, `test-json`, `test-nippy`, `test-binary` and `test-edn` buckets will be configured properly. - `::initial-delay-ms` - `::busy-delay-ms` - `::busy-retries` - `::max-retries` Under Kubernetes, these configs will also be provided: - `::hosts` - `::bucket-passwords` If not under Kubernetes, then only these configs are provided: - `::hosts` Just a single `localhost` entry. The component system is still responsible for providing or overriding any missing hostnames, bucket credentials and/or namespaces.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close