Skip to main content
Version: 2.11

jetstream

Hot Reloadable

Types

TypeDescriptionChoices
boolean-true, false
stringIndicates the capability is enabled or disabled.enabled, enable, disabled, disable
objectAn object with a set of explicit properties that can be set.-

Properties

NameDescriptionTypeDefaultReloadable
max_memoryThe maximum storage allowed across all memory-based assets.integer-Yes
max_fileThe maximum storage allowed across all file-based assets.integer-Yes
max_streamsThe maximum number of streams allowed.integer-Yes
max_consumersThe maximum number of consumers allowed.integer-Yes
max_bytes_requiredIf true, requires all streams to have an explicit max bytes defined for both file and memory-based streams.boolean-Yes
memory_max_stream_bytesMaximum bytes any given memory-based stream is allowed to be allocated.integer-Yes
disk_max_stream_bytesMaximum bytes any given file-based stream is allowed to be allocated.integer-Yes
max_ack_pendingThe maximum ack pending count allowed to be set on any given consumer.integer-Yes