pykafka
pykafka copied to clipboard
[Bug?] Exception AttributeError: "'NoneType' object has no attribute 'info'" in <bound method Producer.__del__ of <pykafka.producer.Producer at 0x118635ad0>> ignored
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