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

Method to fetch specific offsets (start to end) from a specific partition of a topic.

The current `AvroSerializer` (`src/confluent_kafka/schema_registry/avro.py`) and `JSONSerializer` (`src/confluent_kafka/schema_registry/json_schema.py`) classes do not override the schema when `use.latest.schema` is set to `True`, it currently only returns the `schema_id`. This PR is to address...

schema registry

Added a delete records api and created integration tests and unit tests for the same

Description =========== This is an enhancement request to make it easier to write tests for user code that uses this client library. In unit tests, it would useful to be...

Hey I faced with a weird behaviour, and will be very appreciate for any hints why it may happened! Description =========== After updating `confluent-kafka` from `2.0.2` to `2.1.0`, I noticed...

Description =========== when trying to commit a message after not polling for anything more than the max.poll.interval.ms, I'm getting a non-recoverable segmentation fault that I can't handle in an exception...

investigate further

Description I am using 3.8-alpine image to create docker container and trying to install librdkafka and confluent-kafka libraries but getting error while installing confluent-kafka error: command 'gcc' failed with exit...

Description =========== After upgrading kafka client to connect using SSL, which gets terminated by a haproxy, we see kafka client keeps disconnecting every 10 seconds. There is no loss to...

Description =========== When I try to use the Python 3.8 binary wheel on RHEL 8 and instantiate a `confluent_kafka.Producer` instance using SSL, I get a segmentation fault. How to reproduce...

wait info

Description =========== I have created a layer with confluent_kafka-2.0.2 in lambda function. when I simply run it, I get error at import statement. ![confluentkafka](https://user-images.githubusercontent.com/64256935/221888802-a9699b1e-46b0-4224-965a-9f7fcc3e29bd.PNG) Code : ![codesnippet](https://user-images.githubusercontent.com/64256935/221890851-bd9c5a0e-f899-45bb-9dbc-a4dbabc37f3d.PNG) Attached Zip file...