Hi,
We are using kafka-python 0.9.3 with Kafka 0.8.2 on a cluster of three nodes. We found that if we turn down one of the kafka nodes, our producers fail to send messages to kafka until we restart them. It seems to be that kafka-python doesn't detect partition leader changes. Is that expected? may it be something we do wrong while using your library?
Thanks.