Confluent_kafka - Python consumer not injesting from all the Partitions of a Topic at the same time

Hi There,

Wondering if anybody can help me with the following problem:
I am unable to ingest data from all partitions of a topic at the same time. It is going through each partition, 1 at t time .

i am using python 3.6 along with confluent_kafka. library

Any help will be great appreciated.

Thank you in advance