All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.management.bulkReBalanceTopicsForm.ftl Maven / Gradle / Ivy

<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="clusterIdentifier" type="java.lang.String" -->
<#-- @ftlvariable name="topicNames" type="java.util.List" -->
<#-- @ftlvariable name="clusterInfo" type="com.infobip.kafkistry.kafka.ClusterInfo" -->



    <#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>

<#include "../common/backBtn.ftl"> Topic bulk re-balance on kafka


<#assign bulkReBalanceDoc = true> <#include "doc/bulkTopicReBalanceDoc.ftl">

Choose criteria which topics to select to perform re-balance


Cluster: ${clusterIdentifier}

<#assign topicObjectives = enums["com.infobip.kafkistry.service.topic.BulkReAssignmentOptions$ReAssignObjective"]> <#list topicObjectives as objective, enum> <#assign selected = true>
<#assign defaultTopicSelectOrder = "TOP">
<#assign defaultTopicBy = "MIGRATION_BYTES">
<#assign defaultReBalanceMode = "REPLICAS_THEN_LEADERS">
<#include "../common/pageBottom.ftl">




© 2015 - 2025 Weber Informatics LLC | Privacy Policy