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/02/27 14:59:00 UTC

[jira] [Commented] (KAFKA-6309) add support for getting topic defaults from AdminClient

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

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

bbejeck opened a new pull request #4624: KAFKA-6309: improve task assignor load balance
URL: https://github.com/apache/kafka/pull/4624
 
 
   Sorts TaskIds on first assignment evenly distributing tasks by `topicGroupId` should help with evening the load of work across topologies.  This PR is an initial "strawman" approach which will be followed up  (at a later date YTBD) by scoring or assigning weight to processing nodes to ensure even processing distribution.
   
   Added a new test to existing unit test.
   
   ### 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


> add support for getting topic defaults from AdminClient
> -------------------------------------------------------
>
>                 Key: KAFKA-6309
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6309
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: dan norwood
>            Assignee: dan norwood
>            Priority: Major
>
> kip here: https://cwiki.apache.org/confluence/display/KAFKA/KIP-234%3A+add+support+for+getting+topic+defaults+from+AdminClient



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