You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are publishing binary data (protobufs) using confluent-kafka-python, python 2.7. If there is an error when, for example, producing data, you cannot print the error:
*** UnicodeEncodeError: 'ascii' codec can't encode character u'\ufffd' in position 58: ordinal not in range(128)
E.g. to reproduce, try to produce binary data to a non-existent cluster. The callback will receive a KafkaError. err.name() will return _MSG_TIMED_OUT. Calling err.str() will throw the above exception.
Please take a look.
Thanks,
Jack
The text was updated successfully, but these errors were encountered:
Hi,
We are publishing binary data (protobufs) using confluent-kafka-python, python 2.7. If there is an error when, for example, producing data, you cannot print the error:
*** UnicodeEncodeError: 'ascii' codec can't encode character u'\ufffd' in position 58: ordinal not in range(128)
E.g. to reproduce, try to produce binary data to a non-existent cluster. The callback will receive a KafkaError. err.name() will return _MSG_TIMED_OUT. Calling err.str() will throw the above exception.
Please take a look.
Thanks,
Jack
The text was updated successfully, but these errors were encountered: