Skip to content

Thread safety fixes #27

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
Aug 8, 2016
Merged

Thread safety fixes #27

merged 4 commits into from
Aug 8, 2016

Conversation

edenhill
Copy link
Contributor

@edenhill edenhill commented Aug 8, 2016

No description provided.

#!/usr/bin/env python

from confluent_kafka import Producer, KafkaError, KafkaException
import threading, time, queue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, queue is the py3 name, whereas Queue is used in py2. Currently this fails on py2 for me.

@ewencp
Copy link
Contributor

ewencp commented Aug 8, 2016

@edenhill Patch looks good, just had questions re: test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants