pykafka icon indicating copy to clipboard operation
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

Open ittqqzz opened this issue 4 years ago • 0 comments

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

ittqqzz avatar Dec 16 '20 07:12 ittqqzz