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

I encountered a case where while I was reading through a topic, the topic was deleted and then created from the beginning. My consumer using `confluent_kafka` looks somewhat like this:...

Currently, SchemaRegistryClient does not allow to pass ssl.key.password as an argument - can we allow to pass this argument?

enhancement
component:schema-registry

Description =========== We are using this library based consumer (basic one) to consume messages from MSK. performance wise, this doesnt meet our defined requirements. Can anyone suggest any pointers on...

Description =========== When the list_offsets() method of the AdminClient is invoked for multiple times, memory leakage occurs and the memory usage keeps increasing. ![image](https://github.com/user-attachments/assets/031cd8cb-6aed-477e-9def-5ee4512e7d55) ![image](https://github.com/user-attachments/assets/014a76cd-9485-4b90-8b24-1cc8f8486c86) ![image](https://github.com/user-attachments/assets/afbcf736-6d17-4468-ba48-09cc01a59196) How to reproduce ================...

Description =========== Hi, I'm publishing messages on about 8000 topics using confluent kafka python producer. The cluster is a five node setup. After sometime I observed below timeout messages in...

Description =========== We run schema registry 5.1.4 (`confluentinc/cp-schema-registry:5.1.4`), which returns 422 when registering schemas using the latest confluent-kafka version, `2.6.2`. The culprit is PR #1852, specifically [these lines](https://github.com/confluentinc/confluent-kafka-python/pull/1852/files#diff-43c20e9f973c36e743655d731435321c8a4a62b823e2aef909a54c8f9ad6ea85R1638-R1648): they are...

schema registry

as new protocol configuration can be put in configuration properties file What ---- Checklist ------------------ - [ ] Contains customer facing changes? Including API/behavior changes - [ ] Did you...

soak tests can now run on k8s with different test ids corresponding to different clusters What ---- Checklist ------------------ - [ ] Contains customer facing changes? Including API/behavior changes -...

Description =========== Hi i have a Schema registry server running with the following `server.properties` ```yaml # # Copyright 2018 Confluent Inc. # # Licensed under the Apache License, Version 2.0...

status:needs-more-info
component:schema-registry