You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like "AvroSerializer" is defined in __all__ for __init__.py under the root package. This causes an attribute error on from confluent_kafka import *
from confluent_kafka import *
E AttributeError: module 'confluent_kafka' has no attribute 'AvroSerializer'
How to reproduce
Try from confluent_kafka import *.
confluent-kafka[avro]==1.4.1
Checklist
Please provide the following information:
confluent-kafka[avro]==1.4.1
librdkafk ('1.4.0', 17039615)
Mac OSX
confluent-kafka-python and librdkafka version (confluent_kafka.version() and confluent_kafka.libversion()):
Apache Kafka broker version:
Client configuration: {...}
Operating system:
Provide client logs (with 'debug': '..' as necessary)
Provide broker log excerpts
Critical issue
The text was updated successfully, but these errors were encountered:
Description
Looks like
"AvroSerializer"
is defined in__all__
for__init__.py
under the root package. This causes an attribute error onfrom confluent_kafka import *
How to reproduce
Try
from confluent_kafka import *
.confluent-kafka[avro]==1.4.1
Checklist
Please provide the following information:
confluent-kafka[avro]==1.4.1
librdkafk ('1.4.0', 17039615)
Mac OSX
confluent_kafka.version()
andconfluent_kafka.libversion()
):{...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: