[ADDED] AllowAtomicPublish option on stream config

Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
This commit is contained in:
Piotr Piotrowski
2025-09-17 13:29:17 +02:00
parent 7c958031a5
commit e6112039bf

View File

@@ -204,6 +204,9 @@ type (
// AllowMsgCounter enables the feature
AllowMsgCounter bool `json:"allow_msg_counter"`
// AllowAtomicPublish allows atomic batch publishing into the stream.
AllowAtomicPublish bool `json:"allow_atomic,omitempty"`
}
// StreamSourceInfo shows information about an upstream stream