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

Sasl auth recursion fix #46

Closed

Conversation

volandkot
Copy link
Contributor

No description provided.

@volandkot volandkot closed this Feb 13, 2019
@volandkot volandkot deleted the sasl_auth_recursion_fix branch February 13, 2019 05:52
@volandkot volandkot restored the sasl_auth_recursion_fix branch February 13, 2019 05:53
return 0 unless $$encoded_sasl_resp_len_ref;

my $sasl_resp_len = unpack 'l>', $$encoded_sasl_resp_len_ref;
my $encoded_sasl_resp_ref = $io->receive( $sasl_resp_len ) if $sasl_resp_len;
Copy link
Contributor

Choose a reason for hiding this comment

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

The response is not decoded and validated - I believe it should be.

=head1 NAME

Kafka::IO::Async - Pseudo async interface to nonblocking network communication with the Apache Kafka server with Coro.
This module implemets the same interface that usual Kafka::IO module
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor typo: "implemeNts the same interface as default CKafka::IO module."

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.

None yet

3 participants