-
Notifications
You must be signed in to change notification settings - Fork 922
Closed
Labels
bugReporting an unexpected or problematic behavior of the codebaseReporting an unexpected or problematic behavior of the codebasecode:pythonIssues that are specific to Python or versions of Python independent of library logicIssues that are specific to Python or versions of Python independent of library logicpriority:highMaintainer triage tag for indicating high impact or criticality issuesMaintainer triage tag for indicating high impact or criticality issues
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
xxchan, RonaldBoonCRV and tcgarvin
Metadata
Metadata
Assignees
Labels
bugReporting an unexpected or problematic behavior of the codebaseReporting an unexpected or problematic behavior of the codebasecode:pythonIssues that are specific to Python or versions of Python independent of library logicIssues that are specific to Python or versions of Python independent of library logicpriority:highMaintainer triage tag for indicating high impact or criticality issuesMaintainer triage tag for indicating high impact or criticality issues