We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f1718 commit 13d3ae2Copy full SHA for 13d3ae2
1 file changed
jetstream/stream_config.go
@@ -204,6 +204,9 @@ type (
204
205
// AllowMsgCounter enables the feature
206
AllowMsgCounter bool `json:"allow_msg_counter"`
207
+
208
+ // AllowAtomicPublish allows atomic batch publishing into the stream.
209
+ AllowAtomicPublish bool `json:"allow_atomic,omitempty"`
210
}
211
212
// StreamSourceInfo shows information about an upstream stream
0 commit comments