panko/ceilometer/publisher
Mehdi Abaakouk fb0601a90d Fixes the kafka publisher
The kafka publusher is not concurrency safe at all.
And the sample/event payload cannot be serialized correctly

To fix that:
* the code now is shared with the messaging one.
* the connection to kafka is done before sending messaging to not touch
  the queue
* use jsonutils to serialize samples

Change-Id: I3fb731d2eb33cbfba38c5165ce9874af89072e34
Closes-bug: #1479976
2015-08-06 11:53:11 +02:00
..
__init__.py Merge "add event pipeline" 2015-01-29 14:27:16 +00:00
direct.py enable oslo namespace check for ceilometer project 2015-02-11 16:09:19 +08:00
file.py use oslo.log instead of oslo-incubator code 2015-05-28 11:08:02 -04:00
kafka_broker.py Fixes the kafka publisher 2015-08-06 11:53:11 +02:00
messaging.py Fixes the kafka publisher 2015-08-06 11:53:11 +02:00
test.py Merge "add event pipeline" 2015-01-29 14:27:16 +00:00
udp.py use oslo.log instead of oslo-incubator code 2015-05-28 11:08:02 -04:00
utils.py Enable more tests on Python 3 2015-05-26 15:19:40 +02:00