5bc5e8440e
Some services (such as telemetry) actually consume the notifications. So if one deploys a service that listens on the same queue as telemetry, there will be race-conditions with these services and one will not get the notifications that are expected at points. To address this, one sets a different topic and consumes from there. This is not possible with versioned notifications at the moment. And, as services move to using that, the same need will arise. So, this adds a configuration option to nova for enabling the configuration of topics for this notifier. Change-Id: I817ce4bae0dd37e0d06bd44f21ba81b3cb800548
5 lines
153 B
YAML
5 lines
153 B
YAML
---
|
|
features:
|
|
- The versioned_notifications_topic configuration option; This enables one to
|
|
configure the topics used for versioned notifications.
|