fb0601a90d
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 |
||
---|---|---|
.. | ||
__init__.py | ||
direct.py | ||
file.py | ||
kafka_broker.py | ||
messaging.py | ||
test.py | ||
udp.py | ||
utils.py |