From: Benjamin Diaz Date: Thu, 11 Oct 2018 15:34:20 +0000 (-0300) Subject: Implements aiokafka and modifies code to support asyncio X-Git-Tag: v5.0.0~8 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=16256cbbf6cdfde8debc3254bf55ce0b8fa51b08;hp=16256cbbf6cdfde8debc3254bf55ce0b8fa51b08;p=osm%2FPOL.git Implements aiokafka and modifies code to support asyncio Replaces multithreading with asyncronous calls to kafka. Implements the async/await keywords in methods that needed it. Signed-off-by: Benjamin Diaz Change-Id: Ic93054dc9a6b3835e2eaf1a480e5081c5eb9d4f5 ---