ui.management.reBalanceTopic.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="clusterInfo" type="com.infobip.kafkistry.kafka.ClusterInfo" -->
<#-- @ftlvariable name="topicName" type="java.lang.String" -->
<#-- @ftlvariable name="assignmentStatus" type="com.infobip.kafkistry.service.topic.PartitionsAssignmentsStatus" -->
<#-- @ftlvariable name="reBalanceSuggestion" type="com.infobip.kafkistry.service.topic.ReBalanceSuggestion" -->
<#-- @ftlvariable name="reBalanceMode" type="com.infobip.kafkistry.service.topic.ReBalanceMode" -->
<#-- @ftlvariable name="topicReplicas" type="com.infobip.kafkistry.kafkastate.TopicReplicaInfos" -->
<#include "../commonResources.ftl"/>
Kafkistry: Topic re-assignment
<#include "../commonMenu.ftl">
<#import "../common/util.ftl" as util>
<#import "../common/documentation.ftl" as doc>
<#import "../common/infoIcon.ftl" as info>
Topic re-balance on kafka
You are about to re-assign topic partition replica to achieve balance
<#include "doc/bulkTopicReBalanceDoc.ftl">
<#assign clusterIdentifier = clusterInfo.identifier>
Re-balance mode:
<#include "reAssignmentMetadata.ftl">
<#assign maxBrokerIOBytes = reBalanceSuggestion.dataMigration.maxBrokerIOBytes>
<#include "replicationThrottle.ftl">
<#include "../common/cancelBtn.ftl">
<#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">