Skip to content
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

Threaded producer #153

Closed
wants to merge 2 commits into from
Closed

Threaded producer #153

wants to merge 2 commits into from

Conversation

snaury
Copy link
Contributor

@snaury snaury commented Apr 3, 2014

Turned out to be a little more involved than I anticipated, since KafkaConnection had a major bug with copy() and threads (due to subclassing threading.local). As a side effect reinit() is not mandatory anymore, client will automatically reconnect when it is used for the first time after a copy().

@wizzat
Copy link
Collaborator

wizzat commented Apr 3, 2014

Reinit was also used to reconnect on connection errors.

@sontek
Copy link
Contributor

sontek commented Feb 11, 2015

@snaury This doesn't merge cleanly currently. Could you try to fix the conflicts so it can be ready for merge?

@dpkp
Copy link
Owner

dpkp commented Mar 24, 2015

Thanks snaury! vshlapakov got this to merge in PR 330.

@dpkp dpkp closed this Mar 24, 2015
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.

None yet

4 participants