Open
Description
Description
The package in PyPI has two main issues:
- no README or description
- misses to declare own dependencies (e.g.
requests
orfastavro
)
How to reproduce
- create a clean virtual environment, activate
pip install confluent_kafka
- open an interactive interpreter, and:
>>> import confluent_kafka.schema_registry
...
ModuleNotFoundError: No module named 'requests'
Checklist
Please provide the following information:
- [X ] confluent-kafka-python and librdkafka version (
confluent_kafka.version()
andconfluent_kafka.libversion()
):
>>> confluent_kafka.version()
('2.3.0', 33751040)
>>> confluent_kafka.libversion()
('2.3.0', 33751295)
- Apache Kafka broker version:
- Client configuration:
{...}
- Operating system: Ubuntu
- Provide client logs (with
'debug': '..'
as necessary) - Provide broker log excerpts
- Critical issue