Parsely / pykafka

Apache Kafka client for Python; high-level & low-level consumer/producer, with great performance.
http://pykafka.readthedocs.org/
Apache License 2.0
1.12k stars 232 forks source link

Producer only takes bytes, please make change to the README to reflect this #1021

Open gravityshouldbenaut opened 3 years ago

gravityshouldbenaut commented 3 years ago

Saw this issue that really helped me address the same error I had with Producer.produce not taking strings:

https://github.com/Parsely/pykafka/issues/759

Please fix the READMME to reflect this. Thanks.