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

Confluent's Kafka Python Client

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

Description =========== Using ProtobufDeserializer with a message type generated by the protocol buffer compiler. Results in a `ValueError("MessageDescriptor not found in file")`. Was able to reproduce with the protobuf_consumer.py example....

Description =========== librdkafka provides support for setting SASL extensions when setting a OAuthBearer token via `rd_kafka_oauthbearer_set_token()`. This is used in confluent-kafka-go [here](https://github.com/confluentinc/confluent-kafka-go/blob/master/kafka/handle.go#L313), but not in confluent-kafka-python, as seen [here](https://github.com/confluentinc/confluent-kafka-python/blob/master/src/confluent_kafka/src/confluent_kafka.c#L1553). In...

Description =========== Failed to produce large message. Running kafka docker compose with pre-created topics. Output of init topics: ``` Creating kafka topics WARNING: Due to limitations in metric names, topics...

Description: Wheels for confluent-kafka-python doesn't exists in [pypi](https://pypi.org/project/confluent-kafka/#files) Solution: This PR: #1161 addresses the issue to build and publish aarch64 wheels for confluent-kafka Successful Builds: https://travis-ci.com/github/tbbharaj/confluent-kafka-python/builds/232243754 Checklist ========= Please provide...

Description =========== Classes: - JSONSerializer - JSONDeserializer Contain a short code where they are validating the information of the schema related to the instance using "jsonschema" package. ``` from jsonschema...

question

Description =========== I have receiving the following error while sending messages to a docker confluent-kafka broker (AWS HOST) from my local laptop (Jupyter Notebook). `Message delivery failed: KafkaError{code=_MSG_TIMED_OUT,val=-192,str="Local: Message timed...

Description =========== I'm trying to redirect stdout logs to a proper logger and as far as I can tell, configuring log_cb is the proper configuration option to make that happen....

Description =========== How to verify compress type of the message on consumer? How to reproduce ================ I have too many topics(maybe 2000). I want to verify compress type of all...

Are you considering update from `quay.io/pypa/manylinux2010_x86_64` to `manylinux2014` in your `tools/manylinux.sh` script? It would allow for the automatic build of `arm64` (as `manylinux2014` supports `arm64`) arch binary wheel, which would...

https://avro.apache.org/docs/1.10.2/gettingstartedpython.html > Notice for Python 3 users > A package called "avro-python3" had been provided to support Python 3 previously, but the codebase was consolidated into the "avro" package and...