-
Notifications
You must be signed in to change notification settings - Fork 914
Py3: use bytes for Message payload and key #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,40 +1,94 @@ | |||
Confluent's Apache Kafka client for Python | |||
========================================== | |||
|
|||
Confluent's Kafka client for Python wraps the librdkafka C library, providing | |||
full Kafka protocol support at great performance and reliability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
support at great -> support with great
@edenhill LGTM. I only managed to test the integration test in python3. Trying to run the tests in a py3 virtualenv was running some completely different set of tests that I have no idea where they came from. What's your process for doing testing under both py2 and py3? |
So far I've manually switched between two virtualenvs (2.7 and 3.5) and then doing:
|
ok, i must have just screwed something up when setting up the py3 virtualenv |
No description provided.