520425faf8
This change add batch messages listener for aodh-notifier service, that allow users configure aodh-notifier to receive messages in batch. Change-Id: I5d1eb60be656088a83a3428d0387338b081d1b88 Signed-off-by: liusheng <liusheng@huawei.com>
13 lines
473 B
YAML
13 lines
473 B
YAML
---
|
|
features:
|
|
- >
|
|
Add support for batch processing of messages from queue. This will allow
|
|
the aodh-notifier to grab multiple messages per thread to enable more
|
|
efficient processing.
|
|
upgrade:
|
|
- >
|
|
batch_size and batch_timeout configuration options are added to [notifier]
|
|
section of configuration. The batch_size controls the number of messages to
|
|
grab before processing. Similarly, the batch_timeout defines the wait time
|
|
before processing.
|