Distributed-cache (Section)#

Path: /facilities/data-sources/data-source{id}/distributed-cache

Parameters#

NameTypeRequiredDefaultDescription
backupsint32optional2The number of partition backups to keep for each node in a cluster.
cleanup-periodint64optional300The period between cleanup calls in seconds. Cleanup calls evict expired entries from the cache.
enable-metricsbooleanoptionaltrueWhether metrics for the cache should be published.
max-entries-per-messageint32optional1024The maximum number of entries to send to another node in a single message during a rebalance operation.

Subsections#

NameTypeDescription
persistence SectionDistributed Cache persistence configuration. If not configured, data is only stored in-memory.

Was this helpful?