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 =========== This package does not build on PyPy because it uses `PyException_HEAD` which does not exist in the PyPy headers. How to reproduce ================ See https://github.com/conda-forge/python-confluent-kafka-feedstock/pull/85 Checklist ========= Please...

Description =========== As opposed to most other methods in the `AdminClient`, the `list_topics` method does not return a future. However, the c implementation does release the gil before the metadata...

enhancement
wait info

Description =========== Pre-build binary wheels are not working on Alpine and pip is trying to compile library from sources on this system. Installing from sources is working but we need...

enhancement

Description =========== Here is the overview of the application, it consumes from the upstream kafka cluster processes the kafka message and produces it to the downstream kafka cluster using the...

investigate further

Description =========== confluent_kafka.Producer class has Owner. This is making any class that takes a dependency on Producer not testable. How to reproduce ================ Create a class that takes dependency on...

Description =========== I am trying to create a consumer subscribed to more than one topic. Some of the topics may not exist which appears to create an issue with the...

Description =========== I am writing a Flask API to retrieve data from Apache Kafka topics. The consumer subscribes to a different topic each time according to the API path and...

Allow to pass a RegisteredSchema to Avro Serializer and Deserializer. This will avoid to read a Schema from SchemaRegister if this it was sourced.

schema registry