You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/14 16:32:00 UTC

[jira] [Commented] (KAFKA-7730) Limit total number of active connections in the broker

    [ https://issues.apache.org/jira/browse/KAFKA-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16721581#comment-16721581 ] 

ASF GitHub Bot commented on KAFKA-7730:
---------------------------------------

rajinisivaram opened a new pull request #6034: KAFKA-7730: Limit number of active connections per listener in brokers (KIP-402)
URL: https://github.com/apache/kafka/pull/6034
 
 
   Adds a new listener config `max.connections` to limit the number of active connections on each listener. The config may be prefixed with listener prefix. This limit may be dynamically reconfigured without restarting the broker.
   
   This is one of the PRs for KIP-402 (https://cwiki.apache.org/confluence/display/KAFKA/KIP-402%3A+Improve+fairness+in+SocketServer+processors). Note that this is currently built on top of PR #6022 
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Limit total number of active connections in the broker
> ------------------------------------------------------
>
>                 Key: KAFKA-7730
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7730
>             Project: Kafka
>          Issue Type: New Feature
>          Components: network
>    Affects Versions: 2.1.0
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>            Priority: Major
>             Fix For: 2.2.0
>
>
> Add a new listener config `max.connections` to limit the maximum number of active connections on each listener. See https://cwiki.apache.org/confluence/display/KAFKA/KIP-402%3A+Improve+fairness+in+SocketServer+processors for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)