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

ui.quotas.management.bulkAlterWrongEntityQuotas.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="entity" type="com.infobip.kafkistry.model.QuotaEntity" -->
<#-- @ftlvariable name="wrongClusterQuotas" type="java.util.Map" -->




    <#include "../../commonResources.ftl"/>
    
    
    Kafkistry: Create missing entity quotas




<#include "../../commonMenu.ftl">
<#import "../util.ftl" as quotaUtil>

<#include "../../common/backBtn.ftl"> Bulk create missing entity quotas on clusters


Going to create Entity quotas on clusters


Entity: <@quotaUtil.entity entity = entity/>


<#list wrongClusterQuotas as clusterIdentifier, inspection>
Entity Cluster Producer byte rate Consumer byte rate Request percentage
<@quotaUtil.entity entity = entity/> ${clusterIdentifier} Old: <@quotaUtil.quotaValue inspection=inspection source="actualQuota" name="producerByteRate" suffix=""/>
New: <@quotaUtil.quotaValue inspection=inspection source="expectedQuota" name="producerByteRate" suffix=""/>
Old: <@quotaUtil.quotaValue inspection=inspection source="actualQuota" name="consumerByteRate" suffix=""/>
New: <@quotaUtil.quotaValue inspection=inspection source="expectedQuota" name="consumerByteRate" suffix=""/>
Old: <@quotaUtil.quotaValue inspection=inspection source="actualQuota" name="requestPercentage" suffix="%"/>
New: <@quotaUtil.quotaValue inspection=inspection source="expectedQuota" name="requestPercentage" suffix="%"/>
<#assign statusId = "op-status-"+clusterIdentifier> <#include "../../common/serverOpStatus.ftl">

<#if wrongClusterQuotas?size gt 0> <#else>

No clusters need change of entity quotas

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy