confluent-kafka-python icon indicating copy to clipboard operation
confluent-kafka-python copied to clipboard

Confluent's Kafka Python Client

Results 381 confluent-kafka-python issues
Sort by recently updated
recently updated
newest added

Description =========== To install confluent_kafka with kerberos support, we need to compile rdkafka from source and then install confluent_kafka without downloading the wheel, via: pip install --no-binary :all: confluent-kafka However,...

workaround
investigate further

# Description Hello! I got a strange output when I was doing some tests through Pytest: ``` INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/my_project_path/venv/lib/python3.10/site-packages/_pytest/main.py", line 270, in wrap_session...

bug
investigate further
code:python

Description =========== Code runs before connection has been established. How to reproduce ================ ``` .... producer = Producer(config); print('CONNECTED') .... ``` Checklist ========= Please provide the following information: - [X]...

enhancement
question

Description =========== - confluent-kafka-python 1.7.0 - librdkafka 1.7.0 - apache kafka broker 2.4.2 I'm running hundreds consumers of a consumer group at once. Sometimes by unknown errors many of consumers...

bug
investigate further
component:consumer

Description =========== I use `AdminClient` in confluent-kafka-python and I would like to find a way to get "the size of topics partitions on disk by broker" in python ? I...

enhancement
component:admin

Description =========== i want to have some costume strategy when producing a message in a topic with 72 partitions i was able to achieve my goal in kafka-python-client as mentioned...

enhancement
component:producer

We have an experimental patch which adds support for setting `connect_cb` as a configuration, however looking back we found [this issue from 2017 ](https://github.com/confluentinc/confluent-kafka-python/issues/219#issuecomment-315983155) which says that adding it would...

enhancement
investigate further
code:C

Description =========== When `security.protocol: SASL_SSL` is configured on the admin client and invalid credentials are provided, topic creation fails as expected. However, the error that is raised is a `KafkaError._TIMED_OUT`...

bug
component:admin

Description =========== Hi, Could anyone please help me or shed some light on the below? I'm getting the content of certificate file (ca.crt file ) from the environment variable key....

enhancement
component:librdkafka
workaround
component:schema-registry

Description =========== For some reason the `send_offsets_to_transaction()` call will be 50+ times slower when there is more than one message in the input topic of the transactor. How to reproduce...

component:librdkafka
investigate further
component:producer