batch
Ceilings on atomic batch publishing.
Properties
| Name | Description | Type | Default | Reloadable |
|---|---|---|---|---|
max_msgs | Messages allowed in a single batch. | integer | 1000 | No |
max_inflight_total | Batches allowed in flight across the server. | integer | 1000 | No |
max_inflight_per_stream | Batches allowed in flight for one stream. | integer | 50 | No |
timeout | How long an incomplete batch is held before it is discarded. | duration | 10s | No |