Skip to content

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

Merged
merged 4 commits into from
May 26, 2016
Merged

Py3: use bytes for Message payload and key #4

merged 4 commits into from
May 26, 2016

Conversation

edenhill
Copy link
Contributor

No description provided.

@@ -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.
Copy link
Contributor

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

@ewencp
Copy link
Contributor

ewencp commented May 25, 2016

@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?

@edenhill
Copy link
Contributor Author

So far I've manually switched between two virtualenvs (2.7 and 3.5) and then doing:

 py.test
 examples/integration_test.py myrealbroker

@ewencp
Copy link
Contributor

ewencp commented May 25, 2016

ok, i must have just screwed something up when setting up the py3 virtualenv

@edenhill edenhill merged commit 5184001 into master May 26, 2016
@edenhill edenhill deleted the value_bytes branch May 26, 2016 07:08
@drice drice mentioned this pull request Aug 4, 2016
dtheodor pushed a commit to dtheodor/confluent-kafka-python that referenced this pull request Sep 4, 2018
dtheodor pushed a commit to dtheodor/confluent-kafka-python that referenced this pull request Sep 4, 2018
adityakishore pushed a commit to mapr/confluent-kafka-python that referenced this pull request Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants