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

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

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="assignmentStatus" type="com.infobip.kafkistry.service.topic.PartitionsAssignmentsStatus" -->
<#-- @ftlvariable name="dataMigration" type="com.infobip.kafkistry.service.topic.DataMigration" -->
<#import "../common/util.ftl" as __util>


    Total number of added partition replicas
    ${assignmentStatus.newReplicasCount}


    Number of moved/migrated partition replicas
    ${assignmentStatus.movedReplicasCount}


    Number of re-electing partition leaders
    ${assignmentStatus.reElectedLeadersCount}


<#include "assignmentDataMigration.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy