Property AllowBatchPublish
AllowBatchPublish
AllowBatchPublish allows fast batch publishing into the stream.
[JsonPropertyName("allow_batched")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool AllowBatchPublish { get; set; }
Property Value
Remarks
Requires nats-server v2.14.0 or later.