I have a topic from which I need to consume and process data and I am using kafka-python package to do so.
I am facing a lot of issues related to rebalancing, slow data consumption across a few partitions, and want to confirm if it because of any compatibility issues.
So, how can I check what is the underlying Kafka version used in kafka-python so that I can eliminate the possibility
Thanks in advance