[ADDED] AllowMsgSchedules field to enable message scheduling in stream config (#1942)

Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
This commit is contained in:
Piotr Piotrowski
2025-09-22 10:30:05 +02:00
committed by Piotr Piotrowski
parent 5e67170a31
commit 9726c6f3bc

View File

@@ -208,6 +208,9 @@ type (
// AllowAtomicPublish allows atomic batch publishing into the stream.
AllowAtomicPublish bool `json:"allow_atomic,omitempty"`
// AllowMsgSchedules enables the scheduling of messages
AllowMsgSchedules bool `json:"allow_msg_schedules,omitempty"`
// PersistMode allows to opt-in to different persistence mode settings.
PersistMode PersistModeType `json:"persist_mode,omitempty"`
}