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 (909 forks)batch import
buggood first issueinvestigate furtheros:windows

Repository metrics

Stars
 (3,526 stars)
PR merge metrics
 (Avg merge 10d 2h) (27 merged PRs in 30d)

Description

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

Contributor guide