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

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

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="cluster" type="com.infobip.kafkistry.model.KafkaCluster" -->
<#-- @ftlvariable name="topicsPartitions" type="java.util.Map>" -->




    <#include "../commonResources.ftl"/>
    
    
    Kafkistry: Re-elect topics leader partitions




<#include "../commonMenu.ftl">

<#include "../common/backBtn.ftl"> Topics partition replicas leaders election


You are about to re-elect preferred replica leaders of topics on cluster


Cluster: ${cluster.identifier}

There are ${topicsPartitions?size} topic(s) that need leader re-election

<#list topicsPartitions as topic, partitions>

Topic: ${topic} Partitions to re-elect: ${partitions?join(", ")} <#assign statusId = "op-status-"+topic> <#include "../common/serverOpStatus.ftl">


<#include "../common/cancelBtn.ftl">
<#assign statusId = ""> <#include "../common/serverOpStatus.ftl">
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy