Re: [openstack-dev] [Ceilometer]:Ceilometer kafka publisher is not consistent !

2016-09-15 Thread gordon chung
i would consider looking at the kafka implementation in oslo.messaging. i don't believe the individuals who implemented the Kafka publisher still participate in the open community. On 12/09/16 10:04 AM, Raghunath D wrote: > Hi , > > I have below entries in my pipeline.yaml file: > > sources: >

[openstack-dev] [Ceilometer]:Ceilometer kafka publisher is not consistent !

2016-09-12 Thread Raghunath D
Hi , I have below entries in my pipeline.yaml file: sources:   - name: meter_source   interval: 600   meters:   - "*"  sinks:     - name: meter_sink   transformers:   publishers:   - notifier://   - kafka://localhost:9092?topic=ceilometer The behaviour