[ https://issues.apache.org/jira/browse/KAFKA-8820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776151#comment-17776151 ]
Viktor Somogyi-Vass commented on KAFKA-8820: -------------------------------------------- Seems like the fix version is incorrect, it should be 2.6. I'll change it. {noformat} git log --oneline | grep KAFKA-8820 56051e7639 KAFKA-8820: kafka-reassign-partitions.sh should support the KIP-455 API (#8244) {noformat} {noformat} git branch -a --contains 56051e7639 | grep "upstream/[23]\.[0-9]" | cut -d'.' -f1-3 | sort -u remotes/upstream/2.6 remotes/upstream/2.7 remotes/upstream/2.8 remotes/upstream/3.0 remotes/upstream/3.1 remotes/upstream/3.2 remotes/upstream/3.3 remotes/upstream/3.4 remotes/upstream/3.5 remotes/upstream/3.6 {noformat} > kafka-reassign-partitions.sh should support the KIP-455 API > ----------------------------------------------------------- > > Key: KAFKA-8820 > URL: https://issues.apache.org/jira/browse/KAFKA-8820 > Project: Kafka > Issue Type: Sub-task > Reporter: Gwen Shapira > Assignee: Colin McCabe > Priority: Major > Labels: kip-500 > Fix For: 2.5.0 > > > 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.20.10#820010)