Implements aiokafka and modifies code to support asyncio 89/6689/11
authorBenjamin Diaz <bdiaz@whitestack.com>
Thu, 11 Oct 2018 15:34:20 +0000 (12:34 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Tue, 16 Oct 2018 20:08:33 +0000 (17:08 -0300)
Replaces multithreading with asyncronous calls to kafka.
Implements the async/await keywords in methods that needed
it.

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: Ic93054dc9a6b3835e2eaf1a480e5081c5eb9d4f5


No differences found