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

Do not update default variable ($_) value in Kafka::IO->_connect #34

Merged
merged 1 commit into from
Jun 20, 2017

Conversation

plavjanik
Copy link
Contributor

Method Kafka::IO->_connect() updates $_ variable. Its new value (e.g. main::STDOUT) is propagated to it callers by catch of Try::Tiny which leads to an interesting failure when the code that calls Kafka library uses $_ after the call.

@asolovey asolovey merged commit 9235129 into TrackingSoft:master Jun 20, 2017
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