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 2019/10/09 01:38:00 UTC

[jira] [Commented] (KAFKA-8820) Use Admin API of Replica Reassignment in CLI tools

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

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

steverod commented on pull request #7471: [KAFKA-8820] [WIP] Ongoing work for changing the ReassignPartitionsCommand
URL: https://github.com/apache/kafka/pull/7471
 
 
   A work-in-progress collection of changes to implement KIP-455 for the ReassignPartitionsCommand.
   
   These changes are intended to remove the dependence of the ReassignPartitionsCommand on the ZK client and utilize the new AdminClient interfaces for doing partition reassignments. Eventually the command will support incremental changes to ongoing reassignments, including cancellation.
   
   This is being done in the background and will be updated irregularly (hence the WIP designation).
   
   The changes are significant, but the commits are ordered to be relatively small and easy to understand and build on each other; it is strongly recommended that the review be done a commit at a time rather than all at once.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


> Use Admin API of Replica Reassignment in CLI tools
> --------------------------------------------------
>
>                 Key: KAFKA-8820
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8820
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Gwen Shapira
>            Assignee: Steve Rodrigues
>            Priority: Major
>
> KIP-455 and KAFKA-8345 add a protocol and AdminAPI that will be used for replica reassignments. We need to update the reassignment tool to use this new API rather than work with ZK directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)