Parsely / pykafka

Apache Kafka client for Python; high-level & low-level consumer/producer, with great performance.
http://pykafka.readthedocs.org/
Apache License 2.0
1.12k stars 232 forks source link

[Bug?] Exception AttributeError: "'NoneType' object has no attribute 'info'" in <bound method Producer.__del__ of <pykafka.producer.Producer at 0x118635ad0>> ignored #1024

Open ittqqzz opened 3 years ago

ittqqzz commented 3 years ago

when i boot my django project,the console will print as follow errors:

Exception AttributeError: "'NoneType' object has no attribute 'info'" in <bound method Producer.__del__ of <pykafka.producer.Producer at 0x118635ad0>> ignored

PyKafka version: 2.8.0 Kafka version: 2.1.1

btw: kafka-python version in my env is 0.9.5