confluentinc/confluent-kafka-python

KafkaError error strings are unicode on Windows when language is non-english

Open

#448 opened on Sep 19, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (3,526 stars) (909 forks)batch import
buggood first issueinvestigate furtheros:windows

Description

Which messes up KafkaError__str__, assuming it has an ascii7 string.

Contributor guide