Skip to content

Conversation

@edenhill
Copy link
Contributor

@edenhill edenhill commented Aug 8, 2016

No description provided.

@edenhill edenhill added the bug Reporting an unexpected or problematic behavior of the codebase label Aug 8, 2016
#!/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

bug Reporting an unexpected or problematic behavior of the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants