Skip to content

Commit 13d3ae2

Browse files
committed
[ADDED] AllowAtomicPublish option on stream config (#1940)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
1 parent 60f1718 commit 13d3ae2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

jetstream/stream_config.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ type (
204204

205205
// AllowMsgCounter enables the feature
206206
AllowMsgCounter bool `json:"allow_msg_counter"`
207+
208+
// AllowAtomicPublish allows atomic batch publishing into the stream.
209+
AllowAtomicPublish bool `json:"allow_atomic,omitempty"`
207210
}
208211

209212
// StreamSourceInfo shows information about an upstream stream

0 commit comments

Comments
 (0)