Search Criteria
Package Details: python-confluent-kafka 2.10.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-confluent-kafka.git (read-only, click to copy) |
---|---|
Package Base: | python-confluent-kafka |
Description: | Confluent's Python client for Apache Kafka |
Upstream URL: | https://github.com/confluentinc/confluent-kafka-python |
Licenses: | Apache-2.0 |
Submitter: | loacker |
Maintainer: | loacker |
Last Packager: | loacker |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-05-18 20:48 (UTC) |
Last Updated: | 2025-06-03 12:49 (UTC) |
Dependencies (26)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- librdkafka (librdkafka-gitAUR)
- python (python37AUR)
- python-attrs (python-attrs-gitAUR)
- python-avroAUR
- python-boto3
- python-cachetools
- python-fastavroAUR
- python-google-api-core
- python-google-auth
- python-hkdf
- python-httpx (python-httpx-gitAUR)
- python-hvac
- python-jsonschema
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR)
- python-pyyaml (python-yaml-gitAUR, python-yaml)
- python-requests
- python-urllib3
- python-authlib (make)
- python-build (make)
- Show 6 more dependencies...
Latest Comments
vitaliikuzhdin commented on 2025-06-03 12:14 (UTC)
Thanks for the instant update! The manpage line:
should be:
Otherwise, it installs to a directory instead of a file path, ending up as:
Also, should python-authlib be a make dependency? It's listed in the requirements for the schema registry module: https://github.com/confluentinc/confluent-kafka-python/blob/v2.10.0/requirements/requirements-schemaregistry.txt Without it, autodoc fails:
Could you also enable the tests in
check()
?