[ https://issues.apache.org/jira/browse/KAFKA-3618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15263093#comment-15263093 ]
ASF GitHub Bot commented on KAFKA-3618: --------------------------------------- GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/1286 KAFKA-3618: Handle ApiVersionsRequest before SASL authentication Server-side implementation and tests for handling ApiVersionsRequest before SaslHandshakeRequest. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-3618 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1286.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 #1286 ---- commit d19ca950e1cd663da1079a8ed450097632541e4c Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2016-04-27T08:32:49Z KAFKA-3618: Handle ApiVersionsRequest before SASL authentication ---- > Handle ApiVersionRequest before SASL handshake > ---------------------------------------------- > > Key: KAFKA-3618 > URL: https://issues.apache.org/jira/browse/KAFKA-3618 > Project: Kafka > Issue Type: Task > Components: security > Affects Versions: 0.9.0.1 > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > Fix For: 0.10.0.0 > > > Handle ApiVersionRequest in SaslServer authenticator before > SaslHandshakeRequest to enable clients to obtain handshake request version > from the server. This should be implemented after KAFKA-3307 which adds > support for version requests after authentication and KAFKA-3149 which adds > handshake requests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)