We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df55efb commit eebc56cCopy full SHA for eebc56c
server/stream.go
@@ -111,10 +111,10 @@ type StreamConfig struct {
111
SubjectDeleteMarkerTTL time.Duration `json:"subject_delete_marker_ttl,omitempty"`
112
113
// AllowMsgCounter allows a stream to use (only) counter CRDTs.
114
- AllowMsgCounter bool `json:"allow_msg_counter"`
+ AllowMsgCounter bool `json:"allow_msg_counter,omitempty"`
115
116
// AllowAtomicPublish allows atomic batch publishing into the stream.
117
- AllowAtomicPublish bool `json:"allow_atomic"`
+ AllowAtomicPublish bool `json:"allow_atomic,omitempty"`
118
119
// AllowMsgSchedules allows the scheduling of messages.
120
AllowMsgSchedules bool `json:"allow_msg_schedules,omitempty"`
0 commit comments