[
https://issues.apache.org/jira/browse/KAFKA-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269699#comment-15269699
]
ASF GitHub Bot commented on KAFKA-3652:
---------------------------------------
GitHub user rajinisivaram opened a pull request:
https://github.com/apache/kafka/pull/1310
KAFKA-3652: Allow atmost one ApiVersionsRequest before SASL handshake
Additional check and unit test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajinisivaram/kafka KAFKA-3652
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1310.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1310
----
commit c9bf093e8b6686ef3e6181fe88d2c6e4461d6b71
Author: Rajini Sivaram <[email protected]>
Date: 2016-05-03T21:56:51Z
KAFKA-3652: Allow atmost one ApiVersionsRequest before SASL handshake
----
> Allow only one ApiVersionsRequest before SASL handshake
> -------------------------------------------------------
>
> Key: KAFKA-3652
> URL: https://issues.apache.org/jira/browse/KAFKA-3652
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.10.0.0
> Reporter: Rajini Sivaram
> Assignee: Rajini Sivaram
> Fix For: 0.10.0.0
>
>
> The current implementation allows multiple ApiVersionsRequests prior to
> SaslHandshakeRequest. Restrict to only one. Discussion is in the PR
> https://github.com/apache/kafka/pull/1286.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)