Search Criteria
Package Details: python-confluent-kafka 2.12.2-1
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-11-16 15:53 (UTC) |
Dependencies (32)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- librdkafka (librdkafka-gitAUR)
- python
- python-attrs (python-attrs-gitAUR)
- python-authlib
- python-avroAUR
- python-boto3 (python-boto3-gitAUR)
- python-botocore (python-botocore-gitAUR)
- python-cachetools
- python-certifi
- python-fastavroAUR
- python-google-api-core
- python-google-auth
- python-googleapis-common-protos
- python-hkdf
- python-httpx (python-httpx-gitAUR)
- python-hvac
- python-jsonschema
- python-orjson (python-orjson-gitAUR)
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR)
- Show 12 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()?