We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Importing TopicCollection as
from confluent_kafka import TopicCollection
raises:
error: Module "confluent_kafka" has no attribute "TopicCollection"
The type is not listed in __all__ at
__all__
confluent-kafka-python/src/confluent_kafka/__init__.py
Line 25 in 5a87879