Removes threading from common_consumer 13/6713/1
authorBenjamin Diaz <bdiaz@whitestack.com>
Wed, 17 Oct 2018 15:45:02 +0000 (12:45 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Wed, 17 Oct 2018 15:45:02 +0000 (12:45 -0300)
It appears KafkaConsumer is not threadsafe, and it was generating
issues regarding the sending of heartbeats, causing kafka to kill
connections and causing coordinator dead errors.
Also removes heartbeat and session timeouts from consumer config.
They were generating conflicts with different default request
timeouts, and were in place to leverage issues regarding what is
mentioned above.

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

No differences found