ceilometer/releasenotes/notes/batch-messaging-d126cc525879d58e.yaml
gordon chung c5895d2c6e add additional mitaka-2 release notes
Change-Id: Ifffb35b02eb80b37fb86a42f50c1914fd08a3fc5
2016-01-19 11:20:23 -05:00

13 lines
518 B
YAML

---
features:
- >
Add support for batch processing of messages from queue. This will allow
the collector and notification agent to grab multiple messages per thread
to enable more efficient processing.
upgrade:
- >
batch_size and batch_timeout configuration options are added to both
[notification] and [collector] sections of configuration. The batch_size
controls the number of messages to grab before processing. Similarly,
the batch_timeout defines the wait time before processing.