[ https://issues.apache.org/jira/browse/KAFKA-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254011#comment-15254011 ]
ASF GitHub Bot commented on KAFKA-3492: --------------------------------------- GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/1256 KAFKA-3492: Secure quotas for authenticated users Code associated with KIP-55 to enable secure quotas for authenticated users with sub-quotas for client-ids of a user. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-3492 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1256.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 #1256 ---- commit 2580d20bfd6ed07b870ba9992628533cb6d7172f Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2016-04-20T20:39:12Z KAFKA-3492: Secure quotas for authenticated users ---- > support quota based on authenticated user name > ---------------------------------------------- > > Key: KAFKA-3492 > URL: https://issues.apache.org/jira/browse/KAFKA-3492 > Project: Kafka > Issue Type: New Feature > Components: core > Reporter: Jun Rao > Assignee: Rajini Sivaram > > Currently, quota is based on the client.id set in the client configuration, > which can be changed easily. Ideally, quota should be set on the > authenticated user name. We will need to have a KIP proposal/discussion on > this first. > Details are in KIP-55: > https://cwiki.apache.org/confluence/display/KAFKA/KIP-55%3A+Secure+Quotas+for+Authenticated+Users -- This message was sent by Atlassian JIRA (v6.3.4#6332)