ceilometer/releasenotes/notes/deprecate-kafka-publisher-17b4f221758e15da.yaml
Hanxi Liu af23b6eeaf Deprecate kafka publisher
Original kafka publisher has some restrictions on demand. oslo.messaging
has introduced kafka driver and make it scalable, so it's recommended to
integrate kafka driver with NotifierPublisher and push events to broker.
And this patch also implements a generic NotifierPublisher to push data
to external server with customized transport driver.

Closes-Bug: #1649947
Change-Id: I3eecd74b61a42ba1c760b53032ac6e80e85d1dda
2017-07-27 18:04:35 +00:00

12 lines
469 B
YAML

---
features:
- |
Ceilometer supports generic notifier to publish data and allow user to
customize parameters such as topic, transport driver and priority. The
publisher configuration in pipeline.yaml can be
notifer://[notifier_ip]:[notifier_port]?topic=[topic]&driver=driver&max_retry=100
Not only rabbit driver, but also other driver like kafka can be used.
deprecations:
- |
Kafka publisher is deprecated to use generic notifier instead.