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

ui.quotas.management.bulkCreateClusterMissingEntityQuotas.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="clusterIdentifier" type="java.lang.String" -->
<#-- @ftlvariable name="missingEntityQuotas" type="java.util.Map" -->




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




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

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


Going to create Entity quotas on cluster


Cluster: ${clusterIdentifier}


<#list missingEntityQuotas as entity, inspection>
Entity Cluster Producer byte rate Consumer byte rate Request percentage
<@quotaUtil.entity entity = entity/> ${clusterIdentifier} <@quotaUtil.quotaValue inspection=inspection source="expectedQuota" name="producerByteRate" suffix=""/> <@quotaUtil.quotaValue inspection=inspection source="expectedQuota" name="consumerByteRate" suffix=""/> <@quotaUtil.quotaValue inspection=inspection source="expectedQuota" name="requestPercentage" suffix="%"/>
<#assign statusId = "op-status-"+entity.asID()?replace("[:<>|;]", "_", "r")> <#include "../../common/serverOpStatus.ftl">

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

No entities need creation of missing quotas

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy