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

Implemented for RegisteredSchema the method __str__, to return the schema as str when the schema is parsed to str().

Description Can't pickle KafkaException, wrong import. When i use celery, and celery use pickle to serialization, i get this error: ''PicklingError("Can\'t pickle : import of module \'cimpl\' failed")'' How to...